Compare commits
No commits in common. 'cfc089555149cfc3809ec389cf2f76c94c01922e' and 'b1674a9ce94cc73114293831ba21d54a32a5561e' have entirely different histories.
cfc0895551
...
b1674a9ce9
4 changed files with 4 additions and 20 deletions
@ -1,15 +0,0 @@ |
||||
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