- Description:
Chart builder.
- Source:
Chart builder.
Methods
(static) make(data) → {Promise}
- Description:
Make a chart instance.
This takes data, most likely generated in PHP, and creates a chart instance from it deferring most of the logic to module:core/chart_base.create.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The data. |
Returns:
A promise resolved with the chart instance.
- Type
- Promise