JS$default property

List<num> 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;
void JS$default=(List<num> v)

Implementation

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