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 2020/01/10 01:33:41 UTC

[GitHub] [incubator-echarts] lzw540623371 opened a new issue #12009: 散点图datazoom缩放导致markArea消失

lzw540623371 opened a new issue #12009: 散点图datazoom缩放导致markArea消失
URL: https://github.com/apache/incubator-echarts/issues/12009
 
 
   ### Version
   4.6.0
   
   ### Steps to reproduce
   option = {
       dataZoom: [
           {
               id: 'dataZoomX',
               type: 'inside',
           },
           {
               id: 'dataZoomY',
               type: 'inside',
           }
       ],
       xAxis: {
           max:12,
           min:-10,
       },
       yAxis: {
           max:12,
           min:-9
       },
       series: [{
           symbolSize: 20,
           data: [
               [-10.0, 8.04],
               [8.0, -6.95],
               [13.0, 7.58],
               [9.0, 8.81],
               [11.0, 8.33],
               [14.0, 9.96],
               [6.0, 7.24],
               [4.0, 4.26],
               [12.0, 10.84],
               [7.0, 4.82],
               [5.0, 5.68]
           ],
           markArea:{
               data:[
                   [
                    {
                        itemStyle:{
                            color:'#d00'
                        },
                        coord:[-10,0],
                    },
                    {
                        coord: [-3,12]
                    }
                   ]
               ]
           },
           type: 'scatter'
       }]
   };
   
   ### 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12009: 散点图datazoom缩放导致markArea消失

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12009: 散点图datazoom缩放导致markArea消失
URL: https://github.com/apache/incubator-echarts/issues/12009#issuecomment-572833642
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

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


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] mmm2006 commented on issue #12009: 散点图datazoom缩放导致markArea消失

Posted by GitBox <gi...@apache.org>.
mmm2006 commented on issue #12009:
URL: https://github.com/apache/incubator-echarts/issues/12009#issuecomment-731591996


           markArea:{
               data:[
                   [
                    {
                        itemStyle:{
                            color:'#d00'
                        },
                        xAxis:10,
                        coord:[10,0],
                    },
                    {
                         xAxis:12,
                        coord: [12,12]
                    }
                   ]
               ]
           },
   如上设置可以不消失。


----------------------------------------------------------------
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] [incubator-echarts] mmm2006 commented on issue #12009: 散点图datazoom缩放导致markArea消失

Posted by GitBox <gi...@apache.org>.
mmm2006 commented on issue #12009:
URL: https://github.com/apache/incubator-echarts/issues/12009#issuecomment-731590876


   我也碰到这个问题,设置了coord就会有这个问题出现,但是我这里coord 设置希望控制下markarea 的高度。目前不知道如何解决。
   请问有人知道如何解决吗?


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