Skip to content

Commit 1924159

Browse files
committed
docs(chartjs): fix readme api table
1 parent c21241e commit 1924159

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

projects/coreui-angular-chartjs/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ _component_
102102
|name|description|type|default|
103103
|---|---|---|---|
104104
|`customTooltips`|Enables custom html based tooltips|`boolean`|_true_
105-
|`data`|The data passed to Chart.js chart|[`ChartData`](https://www.chartjs.org/docs/latest/general/data-structures.html)|**required**
105+
|`data`|The data passed to Chart.js chart|[`ChartData`](https://www.chartjs.org/docs/latest/api/interfaces/ChartData.html)|**required**
106106
|`options`|The options object that is passed into the Chart.js chart|[`ChartOptions`](https://www.chartjs.org/docs/latest/general/options.html)|_undefined_
107-
|`plugins`|The plugins array that is passed into the Chart.js chart|[`Plugin[]`](https://www.chartjs.org/docs/latest/developers/plugins.html)|_undefined_
107+
|`plugins`|The plugins array that is passed into the Chart.js chart|[`PluginOptionsByType`](https://www.chartjs.org/docs/latest/api/interfaces/PluginOptionsByType.html)|_undefined_
108108
|`redraw`|If true, will tear down and redraw chart on all updates|`boolean`|_false_
109-
|`type`|Chart.js chart type.|[`ChartType`](https://www.chartjs.org/docs/latest/charts/)|_bar_
110-
|`wrapper`|Put the chart into the wrapper with `display: block`.|[`ChartType`](https://www.chartjs.org/docs/latest/charts/)|_bar_
111-
|`height`|Height attribute applied to the rendered canvas (px)|`number`|_150_
109+
|`type`|Chart.js chart type.|[`keyof ChartTypeRegistry`](https://www.chartjs.org/docs/latest/api/interfaces/ChartTypeRegistry.html)|_bar_
110+
|`wrapper`|Put the chart into the wrapper with `display: block`.|`boolean`|_true_
111+
|`height`|Height attribute applied to the rendered canvas (px)|`number`|_undefined_
112112
|`width`|Width attribute applied to the rendered canvas (px)|`number`|_undefined_
113113
|`id`|Html id attribute applied to the rendered canvas|`string`|_undefined_
114114

0 commit comments

Comments
 (0)