File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Props
4
4
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 ` .
6
6
7
7
| Prop | Description |
8
8
| ---| ---|
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. |
14
14
15
- Rest props will fall through to the canvas element.
15
+ The rest of the props will fall through to the canvas element.
16
16
17
17
## Global Methods
18
18
You can’t perform that action at this time.
0 commit comments