在 jqPlot 中突出显示画布的各个部分?
我正在使用 jqPlot 绘制一些图表。我想突出显示图表背景的区域。我想指定由轴上的值界定的矩形,该轴是相反轴的整个长度。
这是开箱即用的,还是我必须更改代码?这对于插件来说是一个很好的用法吗?有没有关于如何编写的文档?
更新:看起来该系列的填充
选项可能会有所帮助。
更新 2:或者可能是 GridCanvasRenderer
或 ShapeRenderer
。
I'm using jqPlot for some charting. I would like to highlight regions of the background of the chart. I would like to specify rectangles bounded by the values on an axis that are the entire length of the opposite axis.
Is this do-able out of the box, or must I alter the code? Would this be a good usage for a plugin? Is there documentation on how to write one?
Update: Looks like the fill
option on the series might be helpful.
Update 2: Or maybe the GridCanvasRenderer
or the ShapeRenderer
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己在
CanvasGridRenderer
中用大约20行代码实现了它。效果很好。I implemented it myself with about 20 lines of code in
CanvasGridRenderer
. Works pretty well.