-
Notifications
You must be signed in to change notification settings - Fork 473
Data
almossawi edited this page Oct 20, 2014
·
28 revisions
Home ▸ List of Options ▸ Data
# 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}