javascript - legend click in highcharts to disable other series -


i want disable or hide 1 series when other series hidden or disabled.

example: have 3 columns cluster chart(ex: a,b & c) when click on legend 'a', should disable both series 'a' , 'c'.

i've tried legenditemclick event in highcharts, failed hold on other series(c).


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -