在 Flot 中指定自定义数据点
是否有(或插件)为 flot 中的每个数据点指定自定义标签?理想情况下,对于每个数据点的悬停,我希望显示以下内容:
y = 56% for South Center
其中 y 是 y 轴数据点,“South Center”是数据点的自定义标签。
这可能吗?
Is there anyway (or plugin) to specify a custom label for each data point in flot? Ideally, for the hoverover for each data point I would like to display the following:
y = 56% for South Center
Where y is the yaxis datapoint, and 'South Center' is the custom label for the datapoint.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用Flot,您可以将函数绑定到plothover 事件。该功能可以显示您想要的任何内容。请参阅此小提琴。
With Flot you bind a function to the plothover event. That function can display anything you want. See this fiddle.