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, {
|
chart.chart = new Chart(chart.context).Line(chartConfig, {
|
||||||
tooltipTemplate: $el.data('metric-name') + ": <{{ '%' }}= value %> " + $el.data('metric-suffix'),
|
tooltipTemplate: $el.data('metric-name') + ": <{{ '%' }}= value %> " + $el.data('metric-suffix'),
|
||||||
scaleShowVerticalLines: true,
|
scaleShowVerticalLines: true,
|
||||||
scaleShowLabels: false,
|
scaleShowLabels: true,
|
||||||
responsive: true,
|
responsive: true,
|
||||||
maintainAspectRatio: false
|
maintainAspectRatio: false
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user