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

[incubator-superset] branch master updated (1a2ba56 -> d4d7134)

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

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


    from 1a2ba56  [docs] add a link to versioned docs in the docs (#9069)
     add d4d7134  [explore] Modal to edit chart properties (#9051)

No new revisions were added by this update.

Summary of changes:
 .../assets/src/explore/actions/exploreActions.js   |   5 +
 .../src/explore/components/DisplayQueryButton.jsx  |  27 ++-
 .../explore/components/ExploreActionButtons.jsx    |   3 +
 .../src/explore/components/PropertiesModal.jsx     | 239 +++++++++++++++++++++
 .../assets/src/explore/reducers/exploreReducer.js  |   9 +
 superset/models/slice.py                           |   1 +
 superset/views/chart/api.py                        |   4 +-
 7 files changed, 283 insertions(+), 5 deletions(-)
 create mode 100644 superset/assets/src/explore/components/PropertiesModal.jsx