You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2020/11/16 17:28:07 UTC

[incubator-superset] branch master updated (5700f8d -> 86651cd)

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

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


    from 5700f8d  Switching Docker compose over to the official image (#11707)
     add 86651cd  fix: default dashboard/chart cards are vector with perfect corners (#11684)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/images/chart-card-fallback.png   | Bin 3183 -> 0 bytes
 superset-frontend/images/chart-card-fallback.svg   |  27 +++++++++++++++++++++
 .../images/dashboard-card-fallback.png             | Bin 2621 -> 0 bytes
 .../images/dashboard-card-fallback.svg             |  22 +++++++++++++++++
 .../ListViewCard/ListViewCard.stories.tsx          |   4 +--
 .../src/views/CRUD/chart/ChartCard.tsx             |   2 +-
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |   2 +-
 7 files changed, 53 insertions(+), 4 deletions(-)
 delete mode 100644 superset-frontend/images/chart-card-fallback.png
 create mode 100644 superset-frontend/images/chart-card-fallback.svg
 delete mode 100644 superset-frontend/images/dashboard-card-fallback.png
 create mode 100644 superset-frontend/images/dashboard-card-fallback.svg