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/04 16:46:52 UTC

[superset] branch master updated (47308024a3 -> 82a653f64b)

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 47308024a3 refactor: Removes the CSS files from the Sunburst plugin (#19488)
     add 82a653f64b refactor: Removes the CSS files from the Treemap plugin (#19486)

No new revisions were added by this update.

Summary of changes:
 .../legacy-plugin-chart-treemap/package.json       | 36 +++++++++----------
 .../src/ReactTreemap.js                            | 22 ------------
 .../src/ReactTreemap.jsx}                          | 41 ++++++++++------------
 .../legacy-plugin-chart-treemap/src/Treemap.css    | 36 -------------------
 .../legacy-plugin-chart-treemap/src/Treemap.js     |  1 -
 5 files changed, 35 insertions(+), 101 deletions(-)
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-treemap/src/ReactTreemap.js
 copy superset-frontend/plugins/{legacy-plugin-chart-force-directed/src/ReactForceDirected.jsx => legacy-plugin-chart-treemap/src/ReactTreemap.jsx} (65%)
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-treemap/src/Treemap.css