From 886803aa84c69888d7eb814610d54d2aab01bc9a Mon Sep 17 00:00:00 2001 From: ronaldgrn Date: Sun, 26 Jun 2016 14:07:51 -0300 Subject: [PATCH] Fix line example not showing Scale Titles scaleLabel should have display: true instead of show: true --- samples/line.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/line.html b/samples/line.html index a3ab0cc99d9..ffca9df3b1e 100644 --- a/samples/line.html +++ b/samples/line.html @@ -97,14 +97,14 @@ xAxes: [{ display: true, scaleLabel: { - show: true, + display: true, labelString: 'Month' } }], yAxes: [{ display: true, scaleLabel: { - show: true, + display: true, labelString: 'Value' }, ticks: {