feat(explore): Add Echarts option editor (#37868)

This commit is contained in:
JUST.in DO IT
2026-03-04 08:34:34 -08:00
committed by GitHub
parent 80a29cd6fe
commit 35d0aad854
24 changed files with 2413 additions and 8 deletions

View File

@@ -26,8 +26,10 @@
"dependencies": {
"@types/d3-array": "^3.2.2",
"@types/react-redux": "^7.1.34",
"acorn": "^8.9.0",
"d3-array": "^3.2.4",
"lodash": "^4.17.23"
"lodash": "^4.17.23",
"zod": "^4.3.6"
},
"peerDependencies": {
"@apache-superset/core": "*",