Data
Erie supports two methods for providing the data: values
and url
.
Property |
type |
Description |
values |
Array[Object] |
A tidy data. |
url |
UrlString |
A URL to a dataset. It is retrieved using Fetch API. |
name |
String |
The name of a dataset, which is defined in the datasets object. |
Specifying data using values
JSON
JavaScript
Specifying data using url
JSON
JavaScript
© Hyeok Kim