mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05: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