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 2019/11/02 15:39:42 UTC

[GitHub] [incubator-echarts] SnailSword opened a new issue #11549: Symbols don't render right in clip mode

SnailSword opened a new issue #11549: Symbols don't render right in clip mode
URL: https://github.com/apache/incubator-echarts/issues/11549
 
 
   ### Version
   4.4.0
   
   ### Reproduction link
   [https://jsfiddle.net/qraz7vxu/](https://jsfiddle.net/qraz7vxu/)
   
   ### Steps to reproduce
   ```
   option = {
     grid: {
       top: 130,
       bottom: 80
     },
     dataZoom: [{
         type: 'slider',
         show: true
       },
       {
         type: 'inside'
       }
     ],
     xAxis: {
       type: 'category',
       name: 'x',
       splitLine: {
         show: false
       },
       data: ['1', '2', '3', '4', '5', '6', '7', '9', '9'],
       axisPointer: {
         show: 'true'
       },
     },
     yAxis: {
       name: 'y',
       max: 20
     },
     tooltip: {
       trigger: 'item'
     },
     series: [{
       name: 'B',
       type: 'line',
       clip: false,
       data: [1, 2, 4, 8, 16, 32, 64, 128, 256]
     }]
   };
   ```
   
   ### What is expected?
   Symbol outside clip area should be rendered.
   
   ### What is actually happening?
   Symbol outside clip area didn't render.
   ![image](https://user-images.githubusercontent.com/19756301/68073337-f9a36680-fdc9-11e9-8e59-b44c3bf3092b.png)
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. 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