鼠标悬停的 Pchart
我的网站上有 pcharts。 我想为客户端设施添加一些 JavaScript 函数。 如果任何用户将鼠标悬停在图表上,它会在工具提示上显示值。 是否可以? 有人知道我该怎么做吗? 请帮我。
I have pcharts on my website.
I want to add some JavaScript function for client side facility.
If any user mouseover on graph,it shows values on tooltip.
Is it possible?
Can anybody know how can I do this?
Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
pChart 开箱即用地支持此功能。 请参阅此处:http://pchart.sunyday.net/ImageMap/
pChart supports this functionality out of the box. See here: http://pchart.sunyday.net/ImageMap/
您可以使用 HTML 的“title”属性
中设置它
或在 javascript或 jquery
You can use the "title" attribute of HTML
or set it in javascript
or with jquery