The DOM node where the chart will be rendered
Defines how the data will be rendered in the chart
Get the internal copy of the data used to render the chart
Get a dataset from the definition by name
The name of the dataset to get
Set the definition
Get the definition
Override specification properties
Get the specification overrides
Query data for all non-inline datasets
Re-draw the chart based on the current data and definition
Execute the query(), updateData(), and render() functions
Set the chart's specification
Get the chart's specification
Set the chart type
Get the chart type
Generated using TypeDoc
An instance of a cedar chart that will be rendered at a given DOM node (container) based on a definition.
// initialize the chart var chart = new Chart(elementId, definition); // fetch chart data and render the chart chart.show();