hide property

dynamic hide

Hide legend If true given, all legend will be hidden. If string or array given, only the legend that has the id will be hidden.

Implementation

external dynamic /*bool|List<String>|String*/ get hide;
void hide=(dynamic v)

Implementation

external set hide(dynamic /*bool|List<String>|String*/ v);