xs property

dynamic xs

Specify the keys of the x values for each data. This option can be used if we want to show the data that has different x values.

Implementation

external dynamic /*JSMap of <String,String>*/ get xs;
void xs=(dynamic v)

Implementation

external set xs(dynamic /*JSMap of <String,String>*/ v);