diff --git a/subscription/static/bundled/subscription/stats-index.ts b/subscription/static/bundled/subscription/stats-index.ts index 3fc992b3..fef50d1b 100644 --- a/subscription/static/bundled/subscription/stats-index.ts +++ b/subscription/static/bundled/subscription/stats-index.ts @@ -1,6 +1,13 @@ -import { BarController, BarElement, CategoryScale, Chart, LinearScale } from "chart.js"; +import { + BarController, + BarElement, + CategoryScale, + Chart, + LinearScale, + Tooltip, +} from "chart.js"; -Chart.register(BarController, BarElement, CategoryScale, LinearScale); +Chart.register(BarController, BarElement, CategoryScale, LinearScale, Tooltip); function getRandomColor() { const letters = "0123456789ABCDEF";