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:50:44 UTC

[GitHub] [incubator-echarts] stereokai edited a comment on issue #13026: [Solved] Line chart "stack" option not working + magicType stack button not working too

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