在 jqPlot 中突出显示画布的各个部分?

发布于 2024-10-18 08:01:28 字数 286 浏览 0 评论 0原文

我正在使用 jqPlot 绘制一些图表。我想突出显示图表背景的区域。我想指定由轴上的值界定的矩形,该轴是相反轴的整个长度。

这是开箱即用的,还是我必须更改代码?这对于插件来说是一个很好的用法吗?有没有关于如何编写的文档?

更新:看起来该系列的填充选项可能会有所帮助。

更新 2:或者可能是 GridCanvasRendererShapeRenderer

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红玫瑰 2024-10-25 08:01:28

我自己在CanvasGridRenderer中用大约20行代码实现了它。效果很好。

I implemented it myself with about 20 lines of code in CanvasGridRenderer. Works pretty well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文