Commit c6cb01aa by Torkel Ödegaard

Graph: series tooltip length check

parent 7463f918
......@@ -120,6 +120,10 @@ function ($) {
scope.appEvent('setCrosshair', { pos: pos, scope: scope });
}
if (seriesList.length === 0) {
return;
}
if (scope.panel.tooltip.shared) {
plot.unhighlight();
......
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