You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ji...@apache.org on 2022/08/22 22:57:32 UTC

[superset] branch master updated (ca98fd8468 -> 52648ecd7f)

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

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


    from ca98fd8468 docs: Format the same size of picture for better part of "Supported Databases" document (#21037)
     add 52648ecd7f feat(dashboard): Add Drill to Detail modal w/ chart menu + right-click support (#20728)

No new revisions were added by this update.

Summary of changes:
 .../superset-ui-core/src/query/types/Query.ts      |  45 ++--
 .../src/components/Chart/ChartRenderer.jsx         |  26 ++-
 .../src/components/Chart/DrillDetailModal.tsx      | 117 ++++++++++
 .../src/components/Chart/chartAction.js            |  23 +-
 .../components/DrillDetailPane/DrillDetailPane.tsx | 257 +++++++++++++++++++++
 .../components/DrillDetailPane/TableControls.tsx   | 138 +++++++++++
 .../components/DrillDetailPane}/index.ts           |   2 +-
 .../dashboard/components/DrillDetailPane/utils.ts} |  35 ++-
 .../components/SliceHeaderControls/index.tsx       | 128 ++++++++--
 9 files changed, 713 insertions(+), 58 deletions(-)
 create mode 100644 superset-frontend/src/components/Chart/DrillDetailModal.tsx
 create mode 100644 superset-frontend/src/dashboard/components/DrillDetailPane/DrillDetailPane.tsx
 create mode 100644 superset-frontend/src/dashboard/components/DrillDetailPane/TableControls.tsx
 copy superset-frontend/src/{hooks/useComponentDidMount => dashboard/components/DrillDetailPane}/index.ts (94%)
 copy superset-frontend/{plugins/plugin-chart-handlebars/src/plugin/buildQuery.ts => src/dashboard/components/DrillDetailPane/utils.ts} (57%)