You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/02/11 09:24:23 UTC

[superset] branch master updated (6c9f315 -> 42c4fac)

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

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


    from 6c9f315  fix: Disabled state button transition time (#13008)
     add 42c4fac  fix(explore): pie chart label bugs (#13052)

No new revisions were added by this update.

Summary of changes:
 superset-frontend/package-lock.json                | 783 +++++++++++++++++----
 superset-frontend/package.json                     |  54 +-
 .../explore/components/controls/VizTypeControl.jsx |  12 +-
 .../filters/components/Range/AntdRangeFilter.tsx   |   7 +-
 .../src/filters/components/Range/index.ts          |   4 +-
 .../filters/components/Select/AntdSelectFilter.tsx |   2 -
 .../src/filters/components/Select/index.ts         |   4 +-
 .../Are_you_an_ethnic_minority_in_your_city.yaml   |   2 +-
 .../configs/charts/First_Time_Developer.yaml       |   2 +-
 superset/examples/configs/charts/Gender.yaml       |   2 +-
 .../configs/charts/Most_Dominant_Platforms.yaml    |   2 +-
 .../charts/Overall_Sales_By_Product_Line.yaml      |   2 +-
 .../configs/charts/Relocation_ability.yaml         |   2 +-
 .../charts/Vaccine_Candidates_per_Phase.yaml       |   2 +-
 .../configs/charts/Work_Location_Preference.yaml   |   2 +-
 ...ic.py => 41ce8799acc3_rename_pie_label_type.py} |  66 +-
 16 files changed, 737 insertions(+), 211 deletions(-)
 copy superset/migrations/versions/{80a67c5192fa_single_pie_chart_metric.py => 41ce8799acc3_rename_pie_label_type.py} (55%)