jqPlot:隐藏轴刻度?
这是带有刻度的默认 jqPlot 轴:
在 x 轴上设置“showTicks: false”会删除所有内容:
我想显示数字并隐藏刻度 - 数字和粗轴之间的小破折号 线。这可能吗?
Here's a default jqPlot axis with ticks:
Setting "showTicks: false" on the x-axis removes everything:
I want to display the numbers and hide the ticks - the little dashes between the numbers and the thick axis line. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
showTicks 切换刻度线和刻度标签,showTickMarks 仅切换刻度线。
查看以下位置的选项:
http://www.jqplot.com/docs/files/jqPlotOptions-txt.html
编辑:我错误地在代码片段中添加了 showTicks,我已修复该问题。
showTicks toggles the tick marks and the tick labels, and showTickMarks toggles only the tick marks.
Check out the options at:
http://www.jqplot.com/docs/files/jqPlotOptions-txt.html
EDIT: I mistakenly had showTicks in the code snippet, which I fixed.
不确定自这个答案以来框架是否发生了变化,但它对我不起作用。
这就是所做的(我留下了所有的废话,这样你就可以看到axesDefaults所在的位置)。
http://www.jqplot.com/docs/文件/jqplot-core-js.html#jqPlot.axesDefaults
Not sure if the framework changed since this answer but it didn't work for me.
Here's what did (I left all the fluff so you can see where the axesDefaults live).
http://www.jqplot.com/docs/files/jqplot-core-js.html#jqPlot.axesDefaults