junlincc opened a new issue #12329: URL: https://github.com/apache/superset/issues/12329
The MultiLine chart performs data fetching inside the component, circumventing the standard chart data fetching event model, making it incompatible with the async queries implementation. This chart will need to be rebuilt to be made compatible with the async query flow. There was a recent [PR](https://github.com/apache-superset/superset-ui/pull/855) to fix the existing broken chart, but this PR does not add async query compatibility. Also note that migrating this chart to eCharts is likely blocked by this PR to enable multiple queries per request: https://github.com/apache/incubator-superset/pull/11880 - Connect to preview cc: @robdiciuccio @kgabryje @villebro @simchaNielsen To resolve this issue by 1.0, I will need addition help from other team @eschutho or @willbarrett 🙏 @maxamante ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
