You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2022/09/08 13:43:41 UTC

[superset] branch master updated: fix(big number): time grain control is useless in BigNumber Viz (#21372)

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

yongjiezhao 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 b80f659101 fix(big number): time grain control is useless in BigNumber Viz (#21372)
b80f659101 is described below

commit b80f6591018858b709194687fe7ea3d244131761
Author: Yongjie Zhao <yo...@gmail.com>
AuthorDate: Thu Sep 8 21:43:26 2022 +0800

    fix(big number): time grain control is useless in BigNumber Viz (#21372)
---
 .../plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts
index f179c6299b..daacaa283a 100644
--- a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts
+++ b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberTotal/controlPanel.ts
@@ -28,7 +28,7 @@ import { headerFontSize, subheaderFontSize } from '../sharedControls';
 
 export default {
   controlPanelSections: [
-    sections.legacyTimeseriesTime,
+    sections.legacyRegularTime,
     {
       label: t('Query'),
       expanded: true,