From: Vanessa Ung Date: Sat, 16 May 2015 05:31:56 +0000 (+1000) Subject: Fixes #886 - Close span tags properly in legend generation template. X-Git-Tag: v1.1.0~65^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1122%2Fhead;p=thirdparty%2FChart.js.git Fixes #886 - Close span tags properly in legend generation template. --- diff --git a/src/Chart.Bar.js b/src/Chart.Bar.js index a3496841f..81532b4fd 100644 --- a/src/Chart.Bar.js +++ b/src/Chart.Bar.js @@ -38,7 +38,7 @@ barDatasetSpacing : 1, //String - A legend template - legendTemplate : "" + legendTemplate : "" }; diff --git a/src/Chart.Doughnut.js b/src/Chart.Doughnut.js index 364b5e51d..12e9f2255 100644 --- a/src/Chart.Doughnut.js +++ b/src/Chart.Doughnut.js @@ -32,7 +32,7 @@ animateScale : false, //String - A legend template - legendTemplate : "" + legendTemplate : "" }; diff --git a/src/Chart.Line.js b/src/Chart.Line.js index dbc974cbb..d0a85d88d 100644 --- a/src/Chart.Line.js +++ b/src/Chart.Line.js @@ -50,7 +50,7 @@ datasetFill : true, //String - A legend template - legendTemplate : "", + legendTemplate : "", //Boolean - Whether to horizontally center the label and point dot inside the grid offsetGridLines : false diff --git a/src/Chart.PolarArea.js b/src/Chart.PolarArea.js index 63b7a1a95..d1802f5d6 100644 --- a/src/Chart.PolarArea.js +++ b/src/Chart.PolarArea.js @@ -47,7 +47,7 @@ animateScale : false, //String - A legend template - legendTemplate : "" + legendTemplate : "" }; diff --git a/src/Chart.Radar.js b/src/Chart.Radar.js index 0c63761ab..00da8f663 100644 --- a/src/Chart.Radar.js +++ b/src/Chart.Radar.js @@ -62,7 +62,7 @@ datasetFill : true, //String - A legend template - legendTemplate : "" + legendTemplate : "" },