commas to pass jshint

This commit is contained in:
Tanner Linsley
2015-10-31 16:09:11 -06:00
parent 0494d551b6
commit be50c63e72
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
// 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];
}

View File

@@ -21,7 +21,7 @@
// 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;
}