gerbermichi commented on code in PR #31765: URL: https://github.com/apache/superset/pull/31765#discussion_r2238779964
########## superset-frontend/plugins/plugin-chart-echarts/src/MixedTimeseries/transformProps.ts: ########## @@ -214,7 +215,11 @@ export default function transformProps( percentageThreshold, metrics = [], metricsB = [], - }: EchartsMixedTimeseriesFormData = { ...DEFAULT_FORM_DATA, ...formData }; + }: EchartsMixedTimeseriesFormData = { + ...DEFAULT_FORM_DATA, + ...formData, + ...convertKeysToCamelCase(formData.extraFormData), Review Comment: I need the actual `time_grain_sqla` from the filter in the dashboard. The `timeGrainSqla` from the `formData` has the value set when configuring the chart. -- 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