You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "hlmyhjs (via GitHub)" <gi...@apache.org> on 2023/06/30 09:47:29 UTC

[GitHub] [echarts] hlmyhjs opened a new issue, #18832: [Bug] 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

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/echarts@5.4.2/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: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] plainheart closed issue #18832: [Bug] 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

Posted by "plainheart (via GitHub)" <gi...@apache.org>.
plainheart closed issue #18832: [Bug] 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
URL: https://github.com/apache/echarts/issues/18832


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] hlmyhjs commented on issue #18832: [Bug] 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

Posted by "hlmyhjs (via GitHub)" <gi...@apache.org>.
hlmyhjs commented on issue #18832:
URL: https://github.com/apache/echarts/issues/18832#issuecomment-1617126945

   > The series data will be merged by default, so you can disable this strategy via `myChart.setOption(option, true);`. See also https://echarts.apache.org/api.html#echartsInstance.setOption
   
   thanks for your help!The problem has been solved. 谢了昂, 解决了, 牛逼老铁, 6666


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] plainheart commented on issue #18832: [Bug] 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

Posted by "plainheart (via GitHub)" <gi...@apache.org>.
plainheart commented on issue #18832:
URL: https://github.com/apache/echarts/issues/18832#issuecomment-1614424955

   The series data will be merged by default, so you can disable this strategy via `myChart.setOption(option, true);`. See also https://echarts.apache.org/api.html#echartsInstance.setOption


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] hlmyhjs commented on issue #18832: [Bug] 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

Posted by "hlmyhjs (via GitHub)" <gi...@apache.org>.
hlmyhjs commented on issue #18832:
URL: https://github.com/apache/echarts/issues/18832#issuecomment-1617126074

   thanks for your help!The problem has been solved. 谢了昂, 牛逼老铁, 6666


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org