LuisSanchez commented on code in PR #37532:
URL: https://github.com/apache/superset/pull/37532#discussion_r2746578038


##########
superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx:
##########
@@ -148,6 +152,14 @@ export const stackControl: ControlSetItem = {
   },
 };
 
+export const stackControlWithoutStream: ControlSetItem = {
+  ...stackControl,
+  config: {
+    ...stackControl.config,
+    choices: StackControlOptionsWithoutStream,

Review Comment:
   The idea is to have an extension of the same configs, just with a different 
stack options.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to