You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/02/11 14:39:39 UTC

[GitHub] [echarts] rlaranjeira opened a new issue #14260: Strange dataZoom behaviour in polar coordinate system

rlaranjeira opened a new issue #14260:
URL: https://github.com/apache/echarts/issues/14260


   ### Version
   4.6.0
   also reproduced on 5.0.2
   
   ### Steps to reproduce
   
   1. First render chart with those options
   
   ```
   option = {
       animation: false,
       angleAxis: {
           type: 'category',
           data: ['S1', 'S2', 'S3', 'S4', 'S5', 'S6']
       },
       dataZoom: {
         type: "inside",
         filterMode: "none",
         radiusAxisIndex: 0,
         startValue: 0,
         endValue: 15
       },
       radiusAxis: {
           min: 0,
           max: 15
       },
       polar: {
       },
       series: [{
           type: 'line',
           data: [2, 2, 2, 2, 2, 2, 2],
           coordinateSystem: 'polar',
           name: 'A',
           itemStyle: {
               color: "blue"
           }
       },
       {
           type: 'line',
           data: [4, 4, 4, 4, 4, 4, 4],
           coordinateSystem: 'polar',
           name: 'B',
           itemStyle: {
               color: "red"
           }
       },
       {
           type: 'line',
           data: [6, 6, 6, 6, 6, 6, 6],
           coordinateSystem: 'polar',
           name: 'C',
           itemStyle: {
               color: "green"
           }
       }],
       legend: {
           show: true,
           data: ['A', 'B', 'C']
       }
   };
   ```
   
   2. Now update dataZoom startValue to 8
   
   ### What is expected ?
   Lines should not be reversed, but cropped.
   
   
   ### What is actually happening ?
   Lines are actually rendering in inverse order, blue curve get bigger than red and green curve.
   ![strange-dataZoom-polar](https://user-images.githubusercontent.com/20238705/107650791-2017a900-6c7f-11eb-8e56-a616f18b1f74.gif)


----------------------------------------------------------------
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.

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] echarts-bot[bot] closed issue #14260: Strange dataZoom behaviour in polar coordinate system

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] closed issue #14260:
URL: https://github.com/apache/echarts/issues/14260


   


----------------------------------------------------------------
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.

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] echarts-bot[bot] commented on issue #14260: Strange dataZoom behaviour in polar coordinate system

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #14260:
URL: https://github.com/apache/echarts/issues/14260#issuecomment-777507937


   This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it. 🙊
   Sorry for this, but it helps save our maintainers' time so that more developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,请使用 issue 模板重新创建 issue。
   
   如果您认为虽然没有使用模板,但您已经提供了复现问题的充分描述,或者您的问题无法使用模板表达,也可以重新 open 这个 issue。


----------------------------------------------------------------
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.

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