mistercrunch commented on code in PR #34876: URL: https://github.com/apache/superset/pull/34876#discussion_r2349990685
########## superset-frontend/plugins/plugin-chart-echarts/src/Bubble/EchartsBubble.tsx: ########## @@ -20,13 +20,14 @@ import { BubbleChartTransformedProps } from './types'; import Echart from '../components/Echart'; export default function EchartsBubble(props: BubbleChartTransformedProps) { - const { height, width, echartOptions, refs } = props; + const { height, width, echartOptions, refs, formData } = props; return ( <Echart height={height} width={width} echartOptions={echartOptions} refs={refs} + vizType={formData.vizType} Review Comment: Wrong, shenanigans switch the case upstream, we should be able to trust tsc here too -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org