1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Reversed x axes in CPU/Memory graph. #2756

This commit is contained in:
Ylian Saint-Hilaire 2021-06-10 13:36:57 -07:00
parent ef70a44c31
commit 28242e9670
2 changed files with 14 additions and 2 deletions

View file

@ -9709,7 +9709,7 @@
tooltips: { enabled: false },
elements: { line: { cubicInterpolationMode: 'monotone' } },
scales: {
xAxes: [{ type: 'linear', display: true, scaleLabel: { display: false, labelString: '' }, ticks: { min: 0, max: 100 } }],
xAxes: [{ type: 'linear', display: true, scaleLabel: { display: false, labelString: '' }, ticks: { min: 0, max: 100, reverse: true } }],
yAxes: [{ type: 'linear', display: true, scaleLabel: { display: false, labelString: '' }, ticks: { min: 0, max: 100 } }]
}
}