Graph: series tooltip length check

This commit is contained in:
Torkel Ödegaard 2014-10-10 10:05:12 -04:00
parent 7463f91878
commit c6cb01aa3b

View File

@ -120,6 +120,10 @@ function ($) {
scope.appEvent('setCrosshair', { pos: pos, scope: scope });
}
if (seriesList.length === 0) {
return;
}
if (scope.panel.tooltip.shared) {
plot.unhighlight();