jqPlot插件挂钩点击事件到轴刻度
大家好, 我想扩展 jqplot 插件,以便将轴刻度转换为超链接和/或与单击事件挂钩。我知道如何去做。它还可以是任何其他基于 javascript 的图表框架或库。 谢谢
Hallo everybody,
i want to extend the jqplot plugins such that the axis ticks are tranformed into hyperlinks and/or are hook with click events. i have know idea on how to go about it. it could also any other javascript based charting framework or library.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
既然您提到了任何其他基于 javascript 的库,您可以看一下这个使用 HighCharts 完成的示例: http:// jsfiddle.net/grVFk/1424/
我希望有用。
Since you stated any other javascript based library, you could take a look at this example, done with HighCharts: http://jsfiddle.net/grVFk/1424/
I hope is usefull.