unselect method

void unselect([
  1. List<String> ids,
  2. List<num> indices
])

Change data point state to unselected. By this API, you can unselect data points. To use this API, data.selection.enabled needs to be set true.

Implementation

external void unselect([List<String> ids, List<num> indices]);