xs method

dynamic xs(
  1. [dynamic xs]
)

Get and set x values for the chart.

Implementation

external dynamic /*JSMap of <String,List<String|bool|num|Null>>*/ xs(
    [dynamic /*JSMap of <String,List<String|bool|num|Null>>*/ xs]);