Skip to content

Commit

Permalink
disabling panning on headcharts
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Jan 29, 2025
1 parent 25e468e commit 268e873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/DA-Overview/DAHeadCharts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export default function DAHeadCharts({selectedTimespan, isMonthly, data}: {selec
backgroundColor={"transparent"}
type="area"
title={"test"}
panning={{ enabled: true }}
panning={{ enabled: false }}
panKey="shift"
zooming={{ type: undefined }}
style={{ borderRadius: 15 }}
Expand Down

0 comments on commit 268e873

Please sign in to comment.