mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 13:12:37 +08:00

committed by
Torkel Ödegaard

parent
b9d709ab27
commit
a4de6da9a0
@ -195,7 +195,7 @@ function ($) {
|
||||
}
|
||||
|
||||
var highlightClass = '';
|
||||
if (item && i === item.seriesIndex) {
|
||||
if (item && hoverInfo.index === item.seriesIndex) {
|
||||
highlightClass = 'graph-tooltip-list-item--highlight';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user