hide property

dynamic get hide

Hide each data when the chart appears. If true specified, all of data will be hidden. If multiple ids specified as an array, those will be hidden.

Implementation

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

Implementation

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