enter image description here例如在高图表中取条形图。在条形图中,如果我点击一个数据点,其他数据点应该禁用。请找到图像
答案 0 :(得分:0)
您可以在select event中从另一个图表调用点Point.select()
功能。如果您想摆脱这一点,请改用Point.remove()
函数。
API参考:
http://api.highcharts.com/highcharts/Point.select
http://api.highcharts.com/highcharts/Point.remove
http://api.highcharts.com/highcharts/plotOptions.column.point.events.select