Compare commits
5 Commits
b1674a9ce9
...
cfc0895551
| Author | SHA1 | Date |
|---|---|---|
|
|
cfc0895551 | 2 months ago |
|
|
fb84ce54b8 | 2 months ago |
|
|
8697eac896 | 2 months ago |
|
|
7c3d118536 | 8 months ago |
|
|
32ffb3d12f | 8 months ago |
4 changed files with 20 additions and 4 deletions
@ -0,0 +1,15 @@ |
|||||||
|
import { Chart, ArcElement, DoughnutController, Tooltip, Legend, CategoryScale, LinearScale, BarElement, BarController, LineController, LineElement, PointElement } from 'chart.js'; |
||||||
|
|
||||||
|
Chart.register( |
||||||
|
ArcElement, |
||||||
|
DoughnutController, |
||||||
|
Tooltip, |
||||||
|
Legend, |
||||||
|
CategoryScale, |
||||||
|
LinearScale, |
||||||
|
BarElement, |
||||||
|
BarController, |
||||||
|
LineController, |
||||||
|
LineElement, |
||||||
|
PointElement |
||||||
|
); |
||||||
Loading…
Reference in new issue