Ovilia commented on issue #18437: URL: https://github.com/apache/echarts/issues/18437#issuecomment-1491226736
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. -- 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]
