mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-23 12:44:22 +00:00
show tooltips on subscription chart hover
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user