关于轴上标签的问题
如何删除标签并保留 Y 轴?
我不想删除轴,只想删除标签。基本上是没有文本或数字的 y 轴
chart1.addAxis("y", {
labels: false,
vertical : true,
leftBottom : true,
});
How can I remove the labels and keep the Y axis?
I don't want remove the axis, only the labels. Basically the y axis without text or numbers
chart1.addAxis("y", {
labels: false,
vertical : true,
leftBottom : true,
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你能尝试这样吗:
请。不要删除引号内的一个空格。
或者这里有一篇文章展示了如何从图表中删除轴。
在 dojox.charting 中隐藏 x 轴
can you try like this:
Pls. Dont remove the one single space inside the quotes.
or here is a post which shows how to delete an axis from the chart.
Hiding x Axis in dojox.charting