hideAllAnnotations method
void
hideAllAnnotations()
Hides all annotations in the graph.
Hidden annotations are not rendered but remain in the graph data.
Implementation
void hideAllAnnotations() => annotations.hideAllAnnotations();