Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update index.md #1059

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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