Fix sample showing scale titles

This commit is contained in:
Evert Timberg 2016-01-01 12:21:16 -05:00
parent 4ac60956db
commit 2caff1f4fa

View File

@ -70,14 +70,14 @@
xAxes: [{
display: true,
scaleLabel: {
show: true,
display: true,
labelString: 'Month'
}
}],
yAxes: [{
display: true,
scaleLabel: {
show: true,
display: true,
labelString: 'Value'
}
}]