click on one data points the other data points should disable
For example In a bar chart when i click on one data point the other data points should disable
You can link charts using for example select events (or click events) and the dynamic API: http://jsfiddle.net/highcharts/0nkmc6mo/
-
Manikanta commented
Thanks for the solution.Is there a Grid in highcharts?
-
This was just an example of what you can do by linking charts. You can modify the snippets to what you want to achieve, for example like this: http://jsfiddle.net/highcharts/0nkmc6mo/1/. For general tech support, please use our forum or Stack Overflow, that our first-line support team is monitoring.
-
Manikanta commented
Thanks for Reply! Not to disable data point in which i have clicked.I want to disable other other data points in which i haven't clicked.
Please find below link image of one chart. -
Manikanta commented
Please find the image link which i need in highcharts: https://i.stack.imgur.com/PCFxX.png