作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有人知道如何隐藏辅助 y 轴(右)的水平网格线吗?
有时,问题的图片比长描述更容易理解:
谢谢
最佳答案
如果能看到你的代码会有很多好处。无论如何,我认为您应该为适当的轴设置 tickOptions
的 showGridline
选项,然后就完成了。
axes: {
grid: {
drawBorder: false
},
yaxis: {
tickOptions: {
showGridline: false
}
}
}
The above solution was first suggested here.
就您而言,您所追求的将是y2axis
。
关于jquery - JqPlot 2 Y轴:Only display horizontal grid line of the left axe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11207193/
我是一名优秀的程序员,十分优秀!