mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: series tooltip length check
This commit is contained in:
parent
7463f91878
commit
c6cb01aa3b
@ -120,6 +120,10 @@ function ($) {
|
|||||||
scope.appEvent('setCrosshair', { pos: pos, scope: scope });
|
scope.appEvent('setCrosshair', { pos: pos, scope: scope });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (seriesList.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (scope.panel.tooltip.shared) {
|
if (scope.panel.tooltip.shared) {
|
||||||
plot.unhighlight();
|
plot.unhighlight();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user