In JavaScript I am using click event to change chart data. Below is a method for click event.
$(\'#pro1\').click(function () { chart.series[0].up
You could give all of your elements a class name and use the :eq() selector within jQuery.