Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Anychart 的条形图中,如果条形的值很小,例如有两个条形,一个的计数为 1,另一个的计数为 2,而不是条形大小不成比例。并且在 Y 轴上多次显示相同的值。就像在 y 轴上显示多个 1 和 2 一样,混乱的部分是一个条映射到 1 的下端,第二个条映射到 2 的上端。任何人都可以帮我解决这些问题。我试图让 Y 轴始终从零开始,但似乎没有帮助。
看起来您需要将 auto_calculation_mode 属性值更改为“智能”:
<y_axis> <scale auto_calculation_mode="Smart" /> </y_axis>