feat(matrixify): implement matrix of any charts as core Superset feature (#34526)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-08-19 08:36:55 -07:00
committed by GitHub
parent 6969f2cf7a
commit e6c8343fd0
54 changed files with 5696 additions and 106 deletions

View File

@@ -27,7 +27,6 @@
"access": "public"
},
"dependencies": {
"handlebars": "^4.7.8",
"handlebars-group-by": "^1.0.1",
"just-handlebars-helpers": "^1.0.19"
},
@@ -35,6 +34,7 @@
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"ace-builds": "^1.4.14",
"handlebars": "^4.7.8",
"lodash": "^4.17.11",
"dayjs": "^1.11.13",
"react": "^17.0.2",