diff --git a/jquery.flot.pie.js b/jquery.flot.pie.js index 61801ab..884939c 100644 --- a/jquery.flot.pie.js +++ b/jquery.flot.pie.js @@ -674,9 +674,9 @@ More detail and specific examples can be found in the included HTML file. } function highlight(s, auto) { - if (typeof s == "number") { - s = series[s]; - } + //if (typeof s == "number") { + // s = series[s]; + //} var i = indexOfHighlight(s); @@ -694,9 +694,9 @@ More detail and specific examples can be found in the included HTML file. plot.triggerRedrawOverlay(); } - if (typeof s == "number") { - s = series[s]; - } + //if (typeof s == "number") { + // s = series[s]; + //} var i = indexOfHighlight(s);