Tuesday 15 March 2011

javascript - How to Control the highchart, based on external click event -


I need to control lines (show / hide) from outside of SVG I example To: If I click on an external link, the related chart bar or line will disappear (toggle). I am using this link for development

External links Color should be line color in the chart. He has already given functionality inside SVG. thank you in advanced.

You can hide the chain by the Hide () function:

  var chart = $ ('# container'). Highchurch (); Chart.series [0] .hide ();    

No comments:

Post a Comment