mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
b9d709ab27
commit
a4de6da9a0
@ -195,7 +195,7 @@ function ($) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var highlightClass = '';
|
var highlightClass = '';
|
||||||
if (item && i === item.seriesIndex) {
|
if (item && hoverInfo.index === item.seriesIndex) {
|
||||||
highlightClass = 'graph-tooltip-list-item--highlight';
|
highlightClass = 'graph-tooltip-list-item--highlight';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user