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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
