blacklabel / annotations

Annotations plugin for Highstock by Black Label
http://blacklabel.github.io/annotations/
Other
22 stars 16 forks source link

Hide/show annotation programaticaly #42

Closed pawelfus closed 9 years ago

pawelfus commented 9 years ago

Simple methods:

annotation.hide();
annotation.show();

Would be great.