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 f934278fef docs(intro): fix a single broken link (BugHerd #97) (#26039)
add 68e5e1afea feat: Add Bubble chart migration logic (#26033)
No new revisions were added by this update.
Summary of changes:
.../src/Bubble/transformProps.ts | 11 ++--
superset/cli/viz_migrations.py | 3 +
.../migrations/shared/migrate_viz/processors.py | 29 +++++++++
.../viz/nvd3_bubble_chart_to_echarts_test.py | 76 ++++++++++++++++++++++
4 files changed, 113 insertions(+), 6 deletions(-)
create mode 100644
tests/unit_tests/migrations/viz/nvd3_bubble_chart_to_echarts_test.py