在图表上移动鼠标时显示工具提示值
我想在图表上移动鼠标时显示工具提示,其方式与 Stack Overflow 中用户的声誉图表中显示的方式相同。
如何在显示工具提示值的同时在图表上显示指针?
I want to display tool-tip on mouse move on graph in the same way as it shows in reputation graph of the users in Stack Overflow.
How to display pointer on graph while showing tool-tip value?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的
ChartFactory
,将tooltips
参数设置为true
。如果您需要其他帮助,请提供显示您所描述问题的 sscce。In your
ChartFactory
, set thetooltips
parameter totrue
. If you need additional help, please provide an sscce that exhibits the problem you describe.