diff --git a/app/src/panels/time-series/index.ts b/app/src/panels/time-series/index.ts index 94d651f561..a46666f0de 100644 --- a/app/src/panels/time-series/index.ts +++ b/app/src/panels/time-series/index.ts @@ -254,6 +254,6 @@ export default definePanel({ }, }, ], - minWidth: 16, - minHeight: 8, + minWidth: 14, + minHeight: 6, });