You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2022/08/02 20:19:54 UTC

[superset] branch master updated: fix: adjust timeseries grid right offset to match the rest (#20933)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new fe581a3640 fix: adjust timeseries grid right offset to match the rest (#20933)
fe581a3640 is described below

commit fe581a36404ec1cfe689995b61a43164cb1988df
Author: Diego Medina <di...@gmail.com>
AuthorDate: Tue Aug 2 17:19:49 2022 -0300

    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 = '<NULL>';
 
 export const TIMESERIES_CONSTANTS = {
-  gridOffsetRight: 40,
+  gridOffsetRight: 20,
   gridOffsetLeft: 20,
   gridOffsetTop: 20,
   gridOffsetBottom: 20,