fix: Changing language doesn't affect echarts charts (#31751)

Co-authored-by: Giampaolo Capelli <giampaolo.capelli@docaposte.fr>
This commit is contained in:
Giampaolo Capelli
2025-03-19 19:38:53 +01:00
committed by GitHub
parent e9d5079986
commit 78efb62781
3 changed files with 59 additions and 32 deletions

View File

@@ -26,7 +26,8 @@
"dependencies": {
"d3-array": "^1.2.0",
"lodash": "^4.17.21",
"dayjs": "^1.11.13"
"dayjs": "^1.11.13",
"@types/react-redux": "^7.1.10"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",