Improve graph tooltips and labelling

This commit is contained in:
Johannes Zellner
2022-10-11 19:25:18 +02:00
parent edc7519a98
commit cdc11969d4

View File

@@ -765,12 +765,13 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
legend: {
display: false
},
tooltips: {
intersect: false
interaction: {
intersect: false,
mode: 'index',
},
scales: {
x: {
autoSkipPadding: 20,
ticks: { autoSkipPadding: 50, maxRotation: 0 }
},
y: {
min: 0,