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

vogievetsky pushed a commit to branch explore_source
in repository https://gitbox.apache.org/repos/asf/druid.git

commit 42aaf6c79695c98a3595ab6188c04b117eb85485
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Wed Aug 14 20:46:54 2024 -0700

    fix show other
---
 web-console/src/modules/time-chart-module.tsx | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/web-console/src/modules/time-chart-module.tsx 
b/web-console/src/modules/time-chart-module.tsx
index 9527eb4a306..4fb12d63ec7 100644
--- a/web-console/src/modules/time-chart-module.tsx
+++ b/web-console/src/modules/time-chart-module.tsx
@@ -141,12 +141,14 @@ 
ModuleRepository.registerModule<TimeChartParameterValues>({
         baseQuery: SqlQuery.from(querySource.query).addWhere(where),
         measure,
         splitExpression: splitColumn?.expression,
+        numberToStack,
+        showOthers,
       };
-    }, [querySource, where, measure, splitColumn]);
+    }, [querySource, where, measure, splitColumn, numberToStack, showOthers]);
 
     const [sourceDataState] = useQueryManager({
       query: dataQuery,
-      processQuery: async ({ baseQuery, measure, splitExpression }) => {
+      processQuery: async ({ baseQuery, measure, splitExpression, 
numberToStack, showOthers }) => {
         const vs = splitExpression
           ? (
               await runSqlQuery(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to