You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2022/04/07 14:50:58 UTC

[superset] branch master updated (06dee825a4 -> 97850a80c8)

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

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


    from 06dee825a4 chore: Removes hard-coded colors from legacy-plugin-chart-sankey (#19493)
     add 97850a80c8 refactor: Removes the CSS files from the Partition plugin (#19521)

No new revisions were added by this update.

Summary of changes:
 .../legacy-plugin-chart-partition/package.json     | 37 ++++++------
 .../src/Partition.css                              | 64 ---------------------
 .../legacy-plugin-chart-partition/src/Partition.js |  4 +-
 .../src/ReactPartition.js                          | 22 --------
 .../src/ReactPartition.jsx}                        | 65 +++++++++++++---------
 5 files changed, 58 insertions(+), 134 deletions(-)
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-partition/src/Partition.css
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-partition/src/ReactPartition.js
 copy superset-frontend/plugins/{legacy-plugin-chart-sunburst/src/ReactSunburst.jsx => legacy-plugin-chart-partition/src/ReactPartition.jsx} (53%)