Commit a4de6da9 by Ben RUBSON Committed by Torkel Ödegaard

Correct series highlight (#6578)

solves issue #6573
parent b9d709ab
......@@ -195,7 +195,7 @@ function ($) {
}
var highlightClass = '';
if (item && i === item.seriesIndex) {
if (item && hoverInfo.index === item.seriesIndex) {
highlightClass = 'graph-tooltip-list-item--highlight';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment