// Need to override these to give a nice default
tooltips: {
callbacks: {
- title: function() { return '' },
+ title: function() { return '';},
label: function(tooltipItem, data) {
return data.labels[tooltipItem.index] + ': ' + data.datasets[tooltipItem.datasetIndex].data[tooltipItem.index];
}
// Need to override these to give a nice default
tooltips: {
callbacks: {
- title: function() { return '' },
+ title: function() { return ''; },
label: function(tooltipItem, data) {
return data.labels[tooltipItem.index] + ': ' + tooltipItem.yLabel;
}