mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
fix(echarts): Sort series by name using naturalCompare (#32850)
This commit is contained in:
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user