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/10/19 13:50:07 UTC

[GitHub] [echarts] ArmorVon opened a new issue #15909: 多折线图,数量级相差太大折线之间突然出现阴影

ArmorVon opened a new issue #15909:
URL: https://github.com/apache/echarts/issues/15909


   ### Version
   4.8.0
   
   ### Steps to reproduce
   使用官方示例修改数据可复现bug:
   ```
   option = {
       title: {
           text: '折线图'
       },
       tooltip: {
           trigger: 'axis'
       },
       legend: {
           data: ['邮件营销', '联盟广告']
       },
       grid: {
           left: '3%',
           right: '4%',
           bottom: '3%',
           containLabel: true
       },
       toolbox: {
           feature: {
               saveAsImage: {}
           }
       },
       xAxis: {
           type: 'category',
           boundaryGap: false,
           data: ['周一', '周二', '周三', '周四', '周五', '周六', '周日']
       },
       yAxis: {
           type: 'value'
       },
       series: [
           {
               name: '邮件营销',
               type: 'line',
               // stack: '总量',
               data: [37861, 38140, 101, 134, 90, 230, 210]
           },
           {
               name: '联盟广告',
               type: 'line',
               // stack: '总量',
               data: [38081, 38322, 292, 368, 380, 560, 520]
           }
       ]
   };
   ```
   显示结果如图:
   <img width="1773" alt="截屏2021-10-19 下午9 41 11" src="https://user-images.githubusercontent.com/16339041/137923297-e1ff8ebd-9875-4524-b5dc-4073e40fcfd1.png">
   
   
   
   ### What is expected?
   正常的多折线图
   
   ### What is actually happening?
   折线之间产生了奇怪的阴影现象
   
   ---
   1、多折线图
   2、数据之间量级相差很大,某些数据偶尔产生该现象
   3、拖动浏览器窗口resize过程中阴影有时候能消失
   
   <!-- 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 #15909: 多折线图,数量级相差太大折线之间突然出现阴影

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






-- 
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 #15909: 多折线图,数量级相差太大折线之间突然出现阴影

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


   这应该是浏览器近期更新出现的问题,参见 https://github.com/apache/echarts/issues/15843#issuecomment-939210905


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