PaulMcF1987 opened a new issue, #19852: URL: https://github.com/apache/echarts/issues/19852
### What problem does this feature solve? Currently there is the option for a "stacked" Area chart What I am looking for is slightly different. Currently, using the stacked area chart, the y-axis gives the total of all of the datasets added together For example if total sales = £1000 and profit = £200 then the sales would show stacked on top of the profit giving a y-axis value os £1200. Ideally I am looking for the ability to create a chart where profit would sit inside sales rather than ontop/underneath. ### What does the proposed API look like? an example of what I am looking for can be found [Here](https://www.fusioncharts.com/charts/line-area-charts/area-chart-with-multiple-series?framework=javascript) I used to use this api before moving over to yourselves. Any help would be much appreciates -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
