From 598a6f3485579dd0a9b6bd35564f94bcad750ff3 Mon Sep 17 00:00:00 2001 From: Vanessa Ung Date: Sat, 16 May 2015 15:31:56 +1000 Subject: [PATCH] Fixes #886 - Close span tags properly in legend generation template. --- src/Chart.Bar.js | 2 +- src/Chart.Doughnut.js | 2 +- src/Chart.Line.js | 2 +- src/Chart.PolarArea.js | 2 +- src/Chart.Radar.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 : "" }, -- 2.47.2