在 Flot 中指定自定义数据点

发布于 2024-12-20 03:31:15 字数 173 浏览 0 评论 0原文

是否有(或插件)为 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 技术交流群。

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

发布评论

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

评论(1

梦与时光遇 2024-12-27 03:31:15

使用Flot,您可以将函数绑定到plothover 事件。该功能可以显示您想要的任何内容。请参阅此小提琴

With Flot you bind a function to the plothover event. That function can display anything you want. See this fiddle.

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