Skip to content

Commit

Permalink
feat: add zooming
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyadev committed Dec 28, 2024
1 parent a0e0325 commit 37ef0c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/app/components/charts/lineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ const LineChart = (props: LineChartProps) => {
setLoading(false);
},
},
zooming: {
type: "x"
}
},
});

Expand Down

0 comments on commit 37ef0c7

Please sign in to comment.