Skip to content
almossawi edited this page Oct 20, 2014 · 28 revisions

HomeList of OptionsData

Data Options

# data

The data as an array of objects, for instance

["value": 10, "date": "2014-05-10",
"value": 20, "date": "2014-15-11"]

# missing_is_zero

If true and if the data object is a time series, missing data points will be treated as zeros.

Possible values: {false, true}

# x_accessor

The name of the element in the data that should be considered the x-accessor.

Possible values: {data, string}

# y_accessor

The name of the element in the data that should be considered the y-accessor.

Possible values: {value, string}

Clone this wiki locally