Show the y-axis scale bars. Closes #1600
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user