mistercrunch commented on issue #33756:
URL: https://github.com/apache/superset/issues/33756#issuecomment-2968207395
tagging @kasiazjc for design input. Clearly there's a need for a viz_type
switcher logic. It seems the "receiving" or "destination" viz_type should
state/host the logic for what to do with incoming control values, and the
framework should notify the user about what's been altered or set.
Maybe message "toasts" is the way to.
Toast would go something like
```
Adjusted some controls while switching from {{ viz_type_label_source }} to
{{ viz_type_label_destination }}:
- Row Limit was set from 10000 to 100. {{ reason "as bar chart can't
typically accomodate more than N values" }}
- Stack config was set to "stacked" as it's generally a better option for
area charts
- {{ ... }}
```
--
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]