Browse Source

Fix: "Width"

pull/14374/head
Sean Killeen 4 years ago
parent
commit
49940b4b30
  1. 2
      docs/en/UI/Angular/Chart-Component.md

2
docs/en/UI/Angular/Chart-Component.md

@ -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>` | - |

Loading…
Cancel
Save