villebro opened a new pull request #12242: URL: https://github.com/apache/incubator-superset/pull/12242
### SUMMARY This PR pulls in a few fixes related to the `0.16` version of `superset-ui` and fixes a bug in the DeckGL viz plugins: - bump to `superset-ui` version 0.16.3 to bring in removal of the singular `queryData` property (see https://github.com/apache-superset/superset-ui/pull/874 by @simchaNielsen) and a fix to NVD3 and histogram chart control panels (https://github.com/apache-superset/superset-ui/pull/875). - Bump `@superset-ui/legacy-preset-chart-deckgl` to 0.4.0 to pull in changes required by `superset-ui` 0.16 version (see https://github.com/apache-superset/superset-ui-plugins-deckgl/pull/22). - Fix regression in DeckGL charts introduced by #11153 . See screenshots below. ### BEFORE DeckGL charts weren't ordered by the main metric, causing data to often be ordered by either lon/lat.  ### AFTER After adding the original ordering prior to #11153 , DeckGL charts look normal again.  ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Changes UI - [ ] Requires DB Migration. - [ ] Confirm DB Migration upgrade and downgrade tested. - [ ] Introduces new feature or API - [ ] Removes existing feature or API ---------------------------------------------------------------- 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]
