You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kr...@apache.org on 2020/04/01 19:39:18 UTC

[incubator-superset] branch master updated (893c955 -> f0f4f7e)

This is an automated email from the ASF dual-hosted git repository.

kristw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 893c955  fix pagination for list views (#9425)
     add f0f4f7e  feat(visualization): add timeRangeFixed to Big Number w/ Trendlines (#9341)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 279 +++++++++++----------
 superset-frontend/package.json                     |   2 +-
 .../explore/components/ControlPanelsContainer.jsx  |   7 +-
 .../controlPanels/{BigNumber.js => BigNumber.jsx}  |   3 +-
 superset-frontend/src/explore/controlUtils.js      |  66 +++--
 superset-frontend/src/explore/controls.jsx         |  42 +++-
 superset/viz.py                                    |   2 +
 7 files changed, 215 insertions(+), 186 deletions(-)
 rename superset-frontend/src/explore/controlPanels/{BigNumber.js => BigNumber.jsx} (97%)