Same for the long term graph

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-10-22 22:18:39 +02:00
parent abb5c47b58
commit 74974244fc

View File

@@ -236,12 +236,15 @@ $(function () {
},
options: {
responsive: true,
interaction: {
mode: 'nearest',
axis: 'x',
},
plugins: {
tooltip: {
enabled: true,
yAlign: "bottom",
intersect: false,
mode: "x",
itemSort: function (a, b) {
return b.datasetIndex - a.datasetIndex;
},