diff --git a/app/src/panels/time-series/index.ts b/app/src/panels/time-series/index.ts index 9eef9c6e2c..4be7e4fbe0 100644 --- a/app/src/panels/time-series/index.ts +++ b/app/src/panels/time-series/index.ts @@ -281,6 +281,6 @@ export default definePanel({ }, }, ], - minWidth: 12, - minHeight: 6, + minWidth: 10, + minHeight: 4, });