values property

List values

Set the x values of ticks manually. If this option is provided, the position of the ticks will be determined based on those values. This option works with timeseries data and the x values will be parsed accoding to the type of the value and data.xFormat option.

Implementation

external List<dynamic> /*List<num>|List<String>*/ get values;
void values=(List v)

Implementation

external set values(List<dynamic> /*List<num>|List<String>*/ v);