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 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
You can’t perform that action at this time.
0 commit comments