diff --git a/web/components/Dashboard.tsx b/web/components/Dashboard.tsx index 50deb89..3df6c5c 100644 --- a/web/components/Dashboard.tsx +++ b/web/components/Dashboard.tsx @@ -151,6 +151,18 @@ export default function Dashboard({ alerts }: Props) { onLayoutChange={handleLayoutChange} gridConfig={{ cols: COLS, rowHeight: ROW_HEIGHT, margin: [8, 8] }} dragConfig={{ handle: '.drag-handle' }} + resizeConfig={{ + handleComponent: (axis, ref) => ( + + ), + }} > {charts.map(c => (