select method
Change data point state to selected. By this API, you can select data points. To use this API, data.selection.enabled needs to be set true.
Implementation
external void select([List<String> ids, List<num> indices, bool resetOthers]);
Change data point state to selected. By this API, you can select data points. To use this API, data.selection.enabled needs to be set true.
external void select([List<String> ids, List<num> indices, bool resetOthers]);