在 LineAxis 上设置小间隔
我在使用 0.25 的间隔值在水平条形图中设置 LinearAxis 时遇到问题。我使用的最小值为 0.0,最大值为 1.0
这是当前渲染的方式:
是有没有办法强制在 0.25 处中断?
I am having a problem setting up the LinearAxis in a horizontal BarChart using an interval value that is 0.25. I am using a minimum value of 0.0 and a maximum of 1.0
This is the way it's currently rendering:
Is there a way to force the breaks at 0.25?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以,它做得正确......您将刻度间隔设置为 0.25,但它为您舍入了该值。太好了:)
我想你想设置 maximumLabelPrecision 来避免这种愚蠢的情况。
So, it is doing it right... You have the tick interval set as 0.25 but it is rounding the value for you. How nice of it :)
I think you want to set the
maximumLabelPrecision
to avoid this silliness.