Skip to content

Commit

Permalink
Merge pull request #115 from osstotalsoft/feature/fixDoughnutControll…
Browse files Browse the repository at this point in the history
…erNotRegistered

Register DoughnutController
  • Loading branch information
andra-sava authored Jun 28, 2024
2 parents 8812dcb + ac9501e commit 4899530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/charts/Chart/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
LineElement,
BarElement,
BarController,
DoughnutController,
Tooltip,
Legend,
ArcElement
Expand All @@ -25,6 +26,7 @@ ChartJS.register(
LineElement,
BarElement,
BarController,
DoughnutController,
Tooltip,
Legend,
ArcElement
Expand Down

0 comments on commit 4899530

Please sign in to comment.