JS$default property

List<num> get JS$default

Set default range of y axis. This option set the default value for y axis when there is no data on init.

Implementation

external List<num> get JS$default;
set JS$default (List<num> v)

Implementation

external set JS$default(List<num> v);