hide property
dynamic
get
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;
set
hide
(dynamic v)
Implementation
external set hide(dynamic /*bool|List<String>|String*/ v);