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

(cherry picked from commit 5222f940cc)
This commit is contained in:
Vitor Avila
2025-03-26 08:17:43 -03:00
committed by Michael S. Molina
parent f049049f71
commit 4b33276bf7
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": "*",