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/03/17 10:10:03 UTC

[GitHub] [incubator-echarts] zuhaoran opened a new issue #12287: 折线图 数据和图不匹配

zuhaoran opened a new issue #12287: 折线图 数据和图不匹配
URL: https://github.com/apache/incubator-echarts/issues/12287
 
 
   ### Version
   4.7.0-rc.1
   
   ### Steps to reproduce
   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: [0,100]
           },
           {
               name: '联盟广告',
               type: 'line',
               stack: '总量',
               data: [100,0]
           },
          
       ]
   };
   
   ### What is expected?
   联盟广告折线在坐标周二时应该为0
   
   ### What is actually happening?
   联盟广告折线在坐标周二时为100
   
   <!-- 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] zuhaoran commented on issue #12287: 折线图 数据和图不匹配

Posted by GitBox <gi...@apache.org>.
zuhaoran commented on issue #12287: 折线图 数据和图不匹配
URL: https://github.com/apache/incubator-echarts/issues/12287#issuecomment-599988706
 
 
   @pissang 谢谢

----------------------------------------------------------------
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] pissang closed issue #12287: 折线图 数据和图不匹配

Posted by GitBox <gi...@apache.org>.
pissang closed issue #12287: 折线图 数据和图不匹配
URL: https://github.com/apache/incubator-echarts/issues/12287
 
 
   

----------------------------------------------------------------
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] pissang commented on issue #12287: 折线图 数据和图不匹配

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #12287: 折线图 数据和图不匹配
URL: https://github.com/apache/incubator-echarts/issues/12287#issuecomment-599987608
 
 
   去掉 stack

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