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/11/14 02:38:47 UTC

[GitHub] [incubator-echarts] raojinlin opened a new issue #13620: Stacked line graph display does not meet expectations

raojinlin opened a new issue #13620:
URL: https://github.com/apache/incubator-echarts/issues/13620


   ### Version
   4.9.0
   
   ### Steps to reproduce
   Use the following πŸ‘‡ configuration to reproduce.
   
   ```
   option = {
       title: {
           text: 'ζŠ˜ηΊΏε›Ύε †ε '
       },
       tooltip: {
           trigger: 'axis'
       },
       legend: {
           data: ['Item1', 'Item2']
       },
       grid: {
           left: '3%',
           right: '4%',
           bottom: '3%',
           containLabel: true
       },
       toolbox: {
           feature: {
               saveAsImage: {}
           }
       },
       xAxis: {
           type: 'category',
           boundaryGap: false,
           data: ['周一', 'ε‘¨δΊŒ', '周三', '周四', '周五', '周六', '周ζ—₯']
       },
       yAxis: {
           type: 'value'
       },
       series: [
           {
               name: 'Item1',
               type: 'line',
               stack: '总量',
               data: [12, 24, 34, 35, 45, 50, 70],
               color: 'blue'
           },
           {
               name: 'Item2',
               stack: '总量',
               type: 'line',
               data: [2, 20, 30, 32, 40, 45, 23],
               color: 'red'
           }
       ]
   };
   ```
   ### What is expected?
   The data of Item2 is smaller than that of Item1, the red line should be below the blue line
   
   ### What is actually happening?
   The red line is always above the blue line
   
   ![image](https://user-images.githubusercontent.com/19492031/99137353-3e144400-2665-11eb-8aed-614d1a2ea834.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



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


[GitHub] [incubator-echarts] raojinlin closed issue #13620: Stacked line graph display does not meet expectations

Posted by GitBox <gi...@apache.org>.
raojinlin closed issue #13620:
URL: https://github.com/apache/incubator-echarts/issues/13620


   


----------------------------------------------------------------
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] raojinlin commented on issue #13620: Stacked line graph display does not meet expectations

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


   Got it wrong


----------------------------------------------------------------
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] echarts-bot[bot] commented on issue #13620: Stacked line graph display does not meet expectations

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


   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 question.
   
   If you are interested in the project, you may also subscribe our [mailing 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



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