VisActor / VChart

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
https://www.visactor.io/vchart
MIT License
776 stars 45 forks source link

[Feature] 离散轴场景下,当 x 轴或者 y 轴有重复数据时,是否可以让用户选择平铺或者堆叠展示? #2725

Closed webiamcome closed 1 month ago

webiamcome commented 1 month ago

What problem does this feature solve?

离散轴时,数据中可能存在重复数据,vchart 将重复数据堆叠在一起了,只能手动处理数据,变为不重复,才能平铺展示 堆叠效果如下: image

期望效果:x 轴平铺展示两个 1 的柱子 image

What does the proposed API look like?

none