diff --git a/frontend/app/components/charts/lineChart.tsx b/frontend/app/components/charts/lineChart.tsx index 676f8175..daddc8af 100644 --- a/frontend/app/components/charts/lineChart.tsx +++ b/frontend/app/components/charts/lineChart.tsx @@ -57,7 +57,7 @@ const LineChart = (props: LineChartProps) => { }, }, zooming: { - type: "x" + type: "xy" } }, });