如何创建一条线以在条形图中显示阈值
我正在使用 flot 创建条形图,例如
我需要指定一个阈值,例如 750(y 轴)处的线例如,显示极限... flot 包中有一个 jquery.flot.threshold.js 文件,但我不知道如何在条形图上使用它。如何做到这一点?
I am using flot to create bar charts like
I need to specify a threshold like a line at 750(y axis) for example, to show the limit...
there is one jquery.flot.threshold.js file in flot package, but i dont know how to use it on bar charts.How to do it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将阈值插件与当前的flot发布版本。如果您只想标记阈值,那么使用网格标记选项可能会更容易:
Producs (fiddle 此处< /a>):
Seems there was some issues with using the threshold plugin with the current flot release version. If you just want to mark a threshold, it might be easier to use the grid markings option:
Produces (fiddle here):