hlmyhjs opened a new issue, #18832: URL: https://github.com/apache/echarts/issues/18832
### Version 5.4.1 ### Link to Minimal Reproduction https://codesandbox.io/s/spring-wood-nn2xlf?file=/index.html ### Steps to Reproduce create chart: <div id="chart-container" style="height: 680px"></div> <script src="https://fastly.jsdelivr.net/npm/[email protected]/dist/echarts.min.js"></script> <script> var dom = document.getElementById('chart-container'); var myChart = echarts.init(dom, null, { renderer: 'canvas', useDirtyRect: false }); ### Current Behavior When the calendar pie switching month, if the month at the beginning is 30 days, it is displayed normally. When switching to 31 days, it will be switched back to 30 days. Switching to February will run 3 cake maps, but the month when switching back to 31 days is normal ### Expected Behavior When I choose the month, The correct display of the calendar pie ### Environment ```markdown - OS:Window11 - Browser: Chrome 114.0.5735.91 - Framework: Vue@2 ``` ### Any additional comments? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
