Sort indexer queries stats by a sum of all 3 types

This commit is contained in:
Bogdan
2024-07-26 00:51:51 +03:00
parent 4c99971882
commit 5464b23329
2 changed files with 10 additions and 4 deletions
@@ -46,6 +46,10 @@ class StackedBarChart extends Component {
size: 14,
family: defaultFontFamily
}
},
tooltip: {
mode: 'index',
position: 'average'
}
}
},