feat(plugin): add plugin-chart-cartodiagram (#25869)

Co-authored-by: Jakob Miksch <jakob@meggsimum.de>
This commit is contained in:
Jan Suleiman
2025-01-06 17:58:03 +01:00
committed by GitHub
parent 5484db34f9
commit a986a61b5f
72 changed files with 8434 additions and 193 deletions

View File

@@ -25,13 +25,13 @@
],
"dependencies": {
"d3-array": "^1.2.0",
"echarts": "^5.6.0",
"lodash": "^4.17.21",
"dayjs": "^1.11.13"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"echarts": "*",
"memoize-one": "*",
"react": "^16.13.1"
},