Documentation / @ripl/vue-charts / RiplChartDefinition
Interface: RiplChartDefinition ​
Defined in: vue-charts/src/core/define-chart.ts:82
Describes one chart to wrap as a component.
Properties ​
Methods ​
create() ​
create(
target,options):RiplAnyChart
Defined in: vue-charts/src/core/define-chart.ts:90
Constructs the underlying chart from the target and the options bound on the component.
Parameters ​
| Parameter | Type |
|---|---|
target | HTMLElement | Context<Element, Record<string, unknown>> |
options | RiplWritable |