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/07/26 11:21:36 UTC

[GitHub] [incubator-echarts] stereokai opened a new issue #13026: Line chart "stack" option not working + magicType stack button not working too

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


   ### Version
   4.8.0
   
   ### Reproduction link
   [https://gallery.echartsjs.com/editor.html?c=xoBv4ykFZ8&v=1](https://gallery.echartsjs.com/editor.html?c=xoBv4ykFZ8&v=1)
   
   ### Steps to reproduce
   1. Using line chart with multiple series
   2. Data content is random numbers from 0-100
   3. Each series is configured as same stack - "stack1"
   
   ### What is expected?
   1. All series will stack properly
   2. Stack magicType button in toolbox will control stack state like in documentation example
   
   ### What is actually happening?
   1. Series are not stacked, they appear behind one another (default view)
   2. Stack magicType button not doing anything
   
   ---
   I tried to find the source of the docs example, to compare, but couldn't at all
   
   <!-- 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] stereokai edited a comment on issue #13026: [Solved] Line chart "stack" option not working + magicType stack button not working too

Posted by GitBox <gi...@apache.org>.
stereokai edited a comment on issue #13026:
URL: https://github.com/apache/incubator-echarts/issues/13026#issuecomment-663978280


   I solved it. First of all I found the example I was looking for: Either [line](https://github.com/ecomfe/echarts-examples/blob/gh-pages/public/data/line-stack.js) or [area](https://github.com/ecomfe/echarts-examples/blob/gh-pages/public/data/area-stack.js)
   
   Secondly to enable series to stack over each other, you must have a `data` array under the `xAxis` object.
   
   Sometimes all it take is to open an issue 😆 


----------------------------------------------------------------
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] stereokai commented on issue #13026: Line chart "stack" option not working + magicType stack button not working too

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


   I solved it. First of all I found the example I was looking for: Either [line](https://github.com/ecomfe/echarts-examples/blob/gh-pages/public/data/line-stack.js) or [area](https://github.com/ecomfe/echarts-examples/blob/gh-pages/public/data/area-stack.js)
   
   Secondly to enable series to stack over each other, you must have a `data` array under the `xAxis` object.


----------------------------------------------------------------
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] stereokai closed issue #13026: Line chart "stack" option not working + magicType stack button not working too

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


   


----------------------------------------------------------------
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 #13026: Line chart "stack" option not working + magicType stack button not working too

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


   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



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