zhaorui2022 opened a new issue, #25354: URL: https://github.com/apache/superset/issues/25354
Hi, I have found a chart we have in production stops working after upgraded to 3.0.0. This is a Time-Series chart with `groupby==null` in the chart properties. The error seems related with [this line](https://github.com/apache/superset/blob/515452c7e2fb5da58bda788f4cf19e854e814852/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/transformProps.ts#L181) #### How to reproduce the bug 1. Create a chart or use any existing chart whose chart props has groupby set to null 2. Open the chart in 3.0.0 3. See error ### Expected results Chart renders as in 2.0.0 ### Actual results Chart fails to render #### Screenshots  chart props in 2.0.0  chart props in 3.0.0  ### Environment (please complete the following information): - browser type and version: Chrome latest version - superset version: `superset version` 3.0.0 - python version: `python --version` 3.9 - node.js version: `node -v` 20.6.0 - any feature flags active: We have Cross Filter disabled. ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- 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]
