carlshe commented on issue #18437: URL: https://github.com/apache/echarts/issues/18437#issuecomment-1492796611
> Stack line with value axis may have some logic problems. For example, if the data of one series is `[[1.1, 20], [2, 31], [3, 2]]` and another series `[[1, 12], [2, 31], [3, 2]]`, how do you expect them to stack? Should `[1.1, 20]` stack with `[1, 12]`? If not, the two bars should probably overlap. So I think you probably should use category x axis by logic. I understand your care. I have a question? For 'category', if the data is ordered number, is it possible to expose an option to tell echart to treat these categories as x values, so the line points could be rendered at expected x-locations? Or is it possible to derive a sub type from stack area map to improve its rendering? by overriding/modifying part of its rendering process, especally the function that get the coords from [category,y-value]? Thanks! -- 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]
