Flot:在网格和右侧背景上添加垂直线
我昨天发现了Flot,我很好奇是否可以在图表中添加一条垂直线该行的右侧有不同的背景。
这是我到目前为止的图表: http://jsfiddle.net/cncvL/1/ (从 Flot 示例演变而来)
现在,我通过在 y 轴上添加数据来添加一条额外的线,但这不是理想的解决方案。
I discovered Flot yesterday and I'm curious if I can add a vertical line to my graph and have a different background on the right side of the line.
This is my graph so far: http://jsfiddle.net/cncvL/1/ (evolved from Flot example)
For now I've added an extra line by adding data on the y-axis but that is not a desired solution.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用“网格”属性的“标记”属性来使线条两侧具有不同的颜色。例如,编辑您的 JSFIDDLE 说:
您还可以使用它在上面的第三个“xaxis”上绘制一条简单的线,而不是像您那样做(另一个系列)。
You can use the "markings" property of the "grid" property to have different colours either side of the line. e.g. edit your JSFIDDLE to say:
You can also use it to draw a simple line the third 'xaxis' above, rather than doing it the way that you did (another series).