Add sorting functionality and index to chart data for improved visualization

This commit is contained in:
2025-01-30 09:39:56 +02:00
parent f2cb82ca81
commit 56e2adbba0
6 changed files with 76 additions and 40 deletions

View File

@@ -23,6 +23,10 @@
"labelAlign": "left",
"title": null,
"labelPadding": 10
},
"sort": {
"field": "index",
"order": "ascending"
}
},
"y": {