I have building a pie chart using HighCharts library, and here is my chart:
// http://jsfiddle.net/t2MxW/20890/ var chart = new Highcharts.Chart({
plotOptions: { series: { states: { inactive: { opacity: 1, }, }, } }
I did this to display multiple line charts on hover.