2017-09-01 46 views

回答

0

您可以在select事件中從另一個圖表調用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

實施例:
http://jsfiddle.net/ha7jxztv/

+0

感謝您的回覆!但我需要在圖表中淡化其他數據點,當我點擊一個數據point.please找到圖像我需要如何https://i.stack.imgur.com/PCFxX.png – mani

+0

您可以更改點不透明度選擇/取消選擇事件。例如:http://jsfiddle.net/LLr5aqx6/。 –

+0

非常感謝你........ – mani

相關問題