msyavuz commented on code in PR #37256:
URL: https://github.com/apache/superset/pull/37256#discussion_r2716103508
##########
superset-frontend/src/explore/components/controls/VizTypeControl/constants.tsx:
##########
@@ -21,6 +21,11 @@ import { css } from '@apache-superset/core/ui';
import { Icons } from '@superset-ui/core/components/Icons';
import { VizMeta } from './types';
+// Multi Chart icon (only shown when selected)
+export const MULTI_CHART_ICON = (
+ <Icons.Multiple iconSize="l" viewBox="5 4 15 20" />
+);
+
Review Comment:
Can we instead use a map to future proof this with other charts in mind?
--
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]