echarts-bot[bot] commented on issue #18330: URL: https://github.com/apache/echarts/issues/18330#issuecomment-1454689034
@lightersss It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗 <details><summary><b>TRANSLATED</b></summary><br> **TITLE** The use of stacked column charts when the data span is large **BODY** ### What problem does this feature solve? https://codesandbox.io/s/dataset-in-object-array-forked-3d55ks?file=/index.js Hello, I want to use a stacked column chart now, but due to the large span of data, I chose to use the log axis, and put the smaller value at the bottom, which is the field with the top dimensions corresponding to the dataset, but the effect is that part of the axis is dangling. Is there a better way to implement this stacked column chart with a large data span, thank you ### What does the proposed API look like? The histogram for each column shows only the fields contained in the source, starting at 0. And the bottom-up order of each column can be customized, or in the order of dimensions. </details> -- 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]
