using
Usage: Determines the data to create chart with
You may pass in a raw JSON object as your data source, or use the upload
method to upload data from a csv file. See upload docs page for more information.
using(data)
Params | Type | Units |
---|---|---|
data | JSON | N/A |
Example:
tld3.make('ScatterChart') // creates a scatter chart
.using(data)
.in('#scatterchart');