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

[superset] branch master updated (8ef52ba -> 6954114)

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

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


    from 8ef52ba  fix(test): change data-test-id to data-test in FlashProvider (#13304)
     add 6954114  feat: add Echarts Graph chart (#13111)

No new revisions were added by this update.

Summary of changes:
 .../visualizations/{pie.test.js => graph.test.ts}  |  43 +++++----
 superset-frontend/package-lock.json                |  49 +++-------
 .../src/visualizations/presets/MainPreset.js       |   4 +-
 ...1412ec1e5a7b_legacy_force_directed_to_echart.py | 105 +++++++++++++++++++++
 4 files changed, 146 insertions(+), 55 deletions(-)
 copy superset-frontend/cypress-base/cypress/integration/explore/visualizations/{pie.test.js => graph.test.ts} (67%)
 create mode 100644 superset/migrations/versions/1412ec1e5a7b_legacy_force_directed_to_echart.py