From 268e87383007a39a0b215c1c4d542d64f999c111 Mon Sep 17 00:00:00 2001 From: mokelgit Date: Wed, 29 Jan 2025 09:25:54 -0500 Subject: [PATCH] disabling panning on headcharts --- components/layout/DA-Overview/DAHeadCharts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/DA-Overview/DAHeadCharts.tsx b/components/layout/DA-Overview/DAHeadCharts.tsx index bce5800a..8fc6e665 100644 --- a/components/layout/DA-Overview/DAHeadCharts.tsx +++ b/components/layout/DA-Overview/DAHeadCharts.tsx @@ -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 }}