You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by kg...@apache.org on 2023/04/21 16:46:10 UTC

[superset] branch master updated (4d97ecec65 -> b734a0f82e)

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

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


    from 4d97ecec65 chore(feature flags): updating the status of a few flags (#23670)
     add b734a0f82e feat: Display both queries result in Table mode for Mixed Chart in drill by modal (#23768)

No new revisions were added by this update.

Summary of changes:
 .../src/components/Chart/DrillBy/DrillByModal.tsx  |  32 ++----
 .../Chart/DrillBy/useResultsTableView.test.ts      | 108 +++++++++++++++++++++
 .../Chart/DrillBy/useResultsTableView.tsx          |  73 ++++++++++++++
 3 files changed, 189 insertions(+), 24 deletions(-)
 create mode 100644 superset-frontend/src/components/Chart/DrillBy/useResultsTableView.test.ts
 create mode 100644 superset-frontend/src/components/Chart/DrillBy/useResultsTableView.tsx