Skip to content

Commit a6a59fc

Browse files
committed
Update Timeseries.tsx
1 parent ebb396f commit a6a59fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/landing-app/src/components/home/StatsNew/Timeseries.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ ChartJS.register(
2424
Title,
2525
Tooltip,
2626
Filler,
27-
Legend
27+
Legend,
28+
TimeScale
2829
);
2930

3031
interface TimeseriesProps {

0 commit comments

Comments
 (0)