Show the y-axis scale bars. Closes #1600

This commit is contained in:
James Brooks
2016-03-10 08:54:22 +00:00
parent 5fd3f379fc
commit d4d31efeb7

View File

@@ -95,7 +95,7 @@
chart.chart = new Chart(chart.context).Line(chartConfig, {
tooltipTemplate: $el.data('metric-name') + ": <{{ '%' }}= value %> " + $el.data('metric-suffix'),
scaleShowVerticalLines: true,
scaleShowLabels: false,
scaleShowLabels: true,
responsive: true,
maintainAspectRatio: false
});