Improve graph tooltips and labelling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user