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/01 16:21:48 UTC

[superset] branch master updated (7594a02 -> 5fed10d)

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 7594a02  chore: Removes hard-coded colors from legacy-plugin-chart-world-map (#19466)
     add 5fed10d  refactor: Removes the CSS files from the Rose plugin (#19473)

No new revisions were added by this update.

Summary of changes:
 .../plugins/legacy-plugin-chart-rose/package.json  | 34 +++++-----
 .../legacy-plugin-chart-rose/src/ReactRose.js      | 22 -------
 .../legacy-plugin-chart-rose/src/ReactRose.jsx     | 75 ++++++++++++++++++++++
 .../plugins/legacy-plugin-chart-rose/src/Rose.css  | 43 -------------
 .../plugins/legacy-plugin-chart-rose/src/Rose.js   |  2 +-
 5 files changed, 92 insertions(+), 84 deletions(-)
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-rose/src/ReactRose.js
 create mode 100644 superset-frontend/plugins/legacy-plugin-chart-rose/src/ReactRose.jsx
 delete mode 100644 superset-frontend/plugins/legacy-plugin-chart-rose/src/Rose.css