Open danvk opened 10 years ago
From danvdk on August 12, 2013 13:55:00
You can do this in user-land with:
// Hide all annotations var a = g.annotations(); g.setAnnotations([]);
// Restore annotations g.setAnnotations(a);
But it would be convenient to have a global switch for this.
Status: Accepted
Labels: -Type-Defect Type-Enhancement
From konigsb...@google.com on September 11, 2013 06:39:34
Can this be handled with css?
I don't think so -- at least one part of the annotation (the "tick") is drawn on the canvas.
I think the tick not the problem..you can specify the tickColor with your background-color
From fernando...@deimos-imaging.com on May 31, 2013 05:59:33
It would be nice to add a method that toggles on/off all the annotations for the N-series of the graph.
Original issue: http://code.google.com/p/dygraphs/issues/detail?id=474