From: ronaldgrn Date: Sun, 26 Jun 2016 17:07:51 +0000 (-0300) Subject: Fix line example not showing Scale Titles X-Git-Tag: v2.2.0-rc.1~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2848%2Fhead;p=thirdparty%2FChart.js.git Fix line example not showing Scale Titles scaleLabel should have display: true instead of show: true --- diff --git a/samples/line.html b/samples/line.html index a3ab0cc99..ffca9df3b 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: {