]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix line example not showing Scale Titles 2848/head
authorronaldgrn <petronaldgreen@gmail.com>
Sun, 26 Jun 2016 17:07:51 +0000 (14:07 -0300)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2016 17:07:51 +0000 (14:07 -0300)
scaleLabel should have display: true instead of show: true

samples/line.html

index a3ab0cc99d9a20e5866d8db908e32f404802585a..ffca9df3b1e3f45ab62f9924c9b1e79f66a741fc 100644 (file)
                     xAxes: [{
                         display: true,
                         scaleLabel: {
-                            show: true,
+                            display: true,
                             labelString: 'Month'
                         }
                     }],
                     yAxes: [{
                         display: true,
                         scaleLabel: {
-                            show: true,
+                            display: true,
                             labelString: 'Value'
                         },
                         ticks: {