From fe581a36404ec1cfe689995b61a43164cb1988df Mon Sep 17 00:00:00 2001 From: Diego Medina Date: Tue, 2 Aug 2022 17:19:49 -0300 Subject: [PATCH] fix: adjust timeseries grid right offset to match the rest (#20933) --- superset-frontend/plugins/plugin-chart-echarts/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/constants.ts b/superset-frontend/plugins/plugin-chart-echarts/src/constants.ts index 7dd823f644..ec956a9591 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/constants.ts +++ b/superset-frontend/plugins/plugin-chart-echarts/src/constants.ts @@ -31,7 +31,7 @@ import { export const NULL_STRING = ''; export const TIMESERIES_CONSTANTS = { - gridOffsetRight: 40, + gridOffsetRight: 20, gridOffsetLeft: 20, gridOffsetTop: 20, gridOffsetBottom: 20,