高图表按钮
有谁知道是否可以在 highcharts 中包含一个按钮?我有一个条形图,我想在标签左侧放置一个按钮,例如 条形图 但在非洲、美洲、亚洲等前面有一个按钮。 谢谢!
does any one know if it is possible to include a button inside of highcharts? I have a bar chart and I want to put a button on the left of the label somthing like this bar chart but with a button before Africa, America, Asia etc.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,highchart 不支持这一点。您可以使用 javascript 来破解它,例如找到节点 $(.highcharts-axis) 并为每个子节点添加按钮。
希望有帮助。
As far as I know, this is not support by highchart. You may use javascript to hack it, e.g. find the node $(.highcharts-axis) and add the button for each child.
Hope it helps.