fix(echarts): Sort series by name using naturalCompare (#32850)

This commit is contained in:
Vitor Avila
2025-03-26 08:17:43 -03:00
committed by GitHub
parent 45ea11c1b6
commit 5222f940cc
3 changed files with 122 additions and 5 deletions

View File

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