lightersss opened a new issue, #18330: URL: https://github.com/apache/echarts/issues/18330
### What problem does this feature solve? https://codesandbox.io/s/dataset-in-object-array-forked-3d55ks?file=/index.js 你好,我现在想使用堆叠柱状图,但是由于数据跨度较大,我选择使用了log轴,并且将较小的值放在底部,也就是对应dataset中的dimensions靠前的字段,但是效果却是部分的轴出现了悬空。请问这种数据跨度较大情况下的堆叠柱状图有比较好的实现方式吗,谢谢 ### What does the proposed API look like? 每一列的柱状图只显示source中包含的字段,从0开始。并且每一列自下而上的顺序可以自定义,或者按照dimensions的顺序。 -- 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]
