Skip to content

Commit

Permalink
Update index.md (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitBotton authored Nov 15, 2023
1 parent 96680d6 commit 72da745
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/src/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## Props

There are some basic props defined in the components provided by `vue-chartjs`.
Some basic props are defined in the components provided by `vue-chartjs`.

| Prop | Description |
|---|---|
| data | The data object that is passed into the Chart.js chart |
| options | The options object that is passed into the Chart.js chart |
| datasetIdKey | Key name to identificate dataset |
| plugins | The plugins array that is passed into the Chart.js chart |
| updateMode | A mode string to indicate transition configuration should be used. |
| data | Data object that is passed into the Chart.js chart |
| options | Options object that is passed into the Chart.js chart |
| datasetIdKey | Key name to identify the dataset |
| plugins | Plugins array that is passed into the Chart.js chart |
| updateMode | Mode string to indicate the transition configuration to be used. |

Rest props will fall through to the canvas element.
The rest of the props will fall through to the canvas element.

## Global Methods

Expand Down

0 comments on commit 72da745

Please sign in to comment.