-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
For both:
Chart.register(
Title,
Tooltip,
Filler,
Legend,
BarController,
LineElement,
LinearScale,
BarElement,
TimeScale
);and this (all imports)
Chart.register(
ArcElement,
LineElement,
BarElement,
PointElement,
BarController,
BubbleController,
DoughnutController,
LineController,
PieController,
PolarAreaController,
RadarController,
ScatterController,
CategoryScale,
LinearScale,
LogarithmicScale,
RadialLinearScale,
TimeScale,
TimeSeriesScale,
Decimation,
Filler,
Legend,
Title,
Tooltip
);the final bundled chunks both have the same weight: 526,66KB
(obviously I only imported the necessary components)
