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/07/22 07:32:19 UTC

[GitHub] [echarts] zxloading opened a new issue #15401: Adding datazoom causes the markarea color area to disappear when the scroll wheel zooms in。 (echart@4.9.0)

zxloading opened a new issue #15401:
URL: https://github.com/apache/echarts/issues/15401


   ### Version
   4.9.0
   
   ### Steps to reproduce
   版本4.9.0,滚轮放大,markArea颜色区域消失
   
   ### What is expected?
   滚轮操作不会改变数据处理后markarea 的展示效果
   
   ### What is actually happening?
   滚轮操作会改变数据处理后markarea 的展示效果
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   


-- 
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] echarts-bot[bot] commented on issue #15401: Adding datazoom causes the markarea color area to disappear when the scroll wheel zooms in。 (echart@4.9.0)

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






-- 
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] AKokos commented on issue #15401: Adding datazoom causes the markarea color area to disappear when the scroll wheel zooms in。 (echart@4.9.0)

Posted by GitBox <gi...@apache.org>.
AKokos commented on issue #15401:
URL: https://github.com/apache/echarts/issues/15401#issuecomment-902104934


   Have the same problem - markArea disappears when both its coordinates are out of visible area
   Using version 5.1.2
   
   Example:
   ```
   {
           grid: {
             left: '34px',
             right: '0',
             top: '76px',
             bottom: '24px',
             show: true
           },
           xAxis: {
             min: 1500,
             max: 15000,
             type: 'value',
             splitNumber: 5
           },
           yAxis: {
             min: 0,
             max: 100,
             type: 'value',
             interval: 10
           },
           dataZoom: [{
             type: 'inside',
             filterMode: 'none'
           }, {
             type: 'slider',
             top: '24px',
             left: '0',
             start: 0,
             end: 100,
             filterMode: 'none'
           }],
           series: [{
             type: 'line',
             data: [[1600, 10], [14100, 40]],
             step: 'end',
             emphasis: {
               label: {
                 show: true
               }
             },
             markArea: {
               data: [
                 [{
                   coord: [1700, 80],
                   name: 'ddd',
                   itemStyle: {
                     color: '#ff000077'
                   }
                 }, {
                   coord: [10000, 60]
                 }],
                 [{
                   coord: [1700, 40],
                   name: 'sss',
                   itemStyle: {
                     color: '#00ff0077'
                   }
                 }, {
                   coord: [10000, 20]
                 }]
               ]
             }
           }]
         }


-- 
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] WissemAouichi commented on issue #15401: Adding datazoom causes the markarea color area to disappear when the scroll wheel zooms in。 (echart@4.9.0)

Posted by GitBox <gi...@apache.org>.
WissemAouichi commented on issue #15401:
URL: https://github.com/apache/echarts/issues/15401#issuecomment-894229770


   Can you make an example to this bug for further investigation ?


-- 
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] WissemAouichi commented on issue #15401: Adding datazoom causes the markarea color area to disappear when the scroll wheel zooms in。 (echart@4.9.0)

Posted by GitBox <gi...@apache.org>.
WissemAouichi commented on issue #15401:
URL: https://github.com/apache/echarts/issues/15401#issuecomment-952362508


   Same problem with version 5.2.1


-- 
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] Pat-Ibulaire commented on issue #15401: Adding datazoom causes the markarea color area to disappear when the scroll wheel zooms in。 (echart@4.9.0)

Posted by GitBox <gi...@apache.org>.
Pat-Ibulaire commented on issue #15401:
URL: https://github.com/apache/echarts/issues/15401#issuecomment-950702169


   Same problem here with version 4.9.0.


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