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:41 UTC

[superset] branch master updated (4b922873ae -> 47308024a3)

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 4b922873ae Add theme color (#19490)
     add 47308024a3 refactor: Removes the CSS files from the Sunburst plugin (#19488)

No new revisions were added by this update.

Summary of changes:
 .../legacy-plugin-chart-sunburst/package.json      | 36 ++++++-----
 .../src/ReactSunburst.js                           | 22 -------
 .../src/ReactSunburst.jsx                          | 66 ++++++++++++++++++++
 .../legacy-plugin-chart-sunburst/src/Sunburst.css  | 70 ----------------------
 .../legacy-plugin-chart-sunburst/src/Sunburst.js   |  1 -
 5 files changed, 83 insertions(+), 112 deletions(-)
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-sunburst/src/ReactSunburst.js
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-sunburst/src/ReactSunburst.jsx
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-sunburst/src/Sunburst.css