Skip to content

Commit 72da745

Browse files
authored
Update index.md (#1059)
1 parent 96680d6 commit 72da745

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/src/api/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
## Props
44

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

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

15-
Rest props will fall through to the canvas element.
15+
The rest of the props will fall through to the canvas element.
1616

1717
## Global Methods
1818

0 commit comments

Comments
 (0)