Commit 138a79c2 by Axel Pirek

Clear highlight when clearing tooltip and crosshair

parent ee58a6ee
...@@ -165,6 +165,7 @@ function ($, core) { ...@@ -165,6 +165,7 @@ function ($, core) {
this.clear = function(plot) { this.clear = function(plot) {
$tooltip.detach(); $tooltip.detach();
plot.clearCrosshair(); plot.clearCrosshair();
plot.unhighlight();
}; };
this.show = function(pos, item) { this.show = function(pos, item) {
......
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