Clear highlight when clearing tooltip and crosshair

This commit is contained in:
Axel Pirek
2017-01-19 11:08:32 +01:00
parent ee58a6ee2b
commit 138a79c2fb

View File

@@ -165,6 +165,7 @@ function ($, core) {
this.clear = function(plot) {
$tooltip.detach();
plot.clearCrosshair();
plot.unhighlight();
};
this.show = function(pos, item) {