|
|
|
@ -232,7 +232,7 @@ See the [`chart.js` samples](https://www.chartjs.org/docs/latest/samples) for mo |
|
|
|
| `[data]` | Chart data to display | `any` | null | |
|
|
|
| `[options]` | Chart options to customize | `any` | null | |
|
|
|
| `[plugins]` | Chart plugins to customize behaviour | `any` | null | |
|
|
|
| `[width]` | Witdh of the chart | `string` | null | |
|
|
|
| `[width]` | Width of the chart | `string` | null | |
|
|
|
| `[height]` | Height of the chart | `string` | null | |
|
|
|
| `[responsive]` | Whether the chart is responsive | `boolean` | true | |
|
|
|
| `(dataSelect)` | A callback that executes when an element on the chart is clicked | `EventEmitter<any>` | - | |
|
|
|
|