rusackas commented on PR #43863: URL: https://github.com/apache/superset/pull/43863#issuecomment-5840331380
Pushed in d8b0c19852: `seriesValues` now carries the raw datum value via a `seriesRecords` array alongside `seriesKeys`, `xAxisName` resolves through `getXAxisLabel` (the same helper `Timeseries/transformProps.ts` uses for the same fallback), and moving averages are computed from each series' own compact close array, then scattered back onto the shared category axis. Added a regression test for each: a numeric series filter value, an unset-`x_axis`-with-`granularity_sqla` chart, and a two-series case where one series' dates fall between the other's. All green locally, CI running now. -- 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]
