From: NLZ13 Date: Sat, 12 Sep 2015 22:33:51 +0000 (+0200) Subject: Fix span closed before appending the label X-Git-Tag: v1.1.0~52^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F1450%2Fhead;p=thirdparty%2FChart.js.git Fix span closed before appending the label --- diff --git a/docs/01-Line-Chart.md b/docs/01-Line-Chart.md index 8d164ffb2..a4b508e77 100644 --- a/docs/01-Line-Chart.md +++ b/docs/01-Line-Chart.md @@ -100,7 +100,7 @@ These are the customisation options specific to Line charts. These options are m datasetFill : true, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} //Boolean - Whether to horizontally center the label and point dot inside the grid diff --git a/docs/02-Bar-Chart.md b/docs/02-Bar-Chart.md index cc23f38b7..6911db900 100644 --- a/docs/02-Bar-Chart.md +++ b/docs/02-Bar-Chart.md @@ -84,7 +84,7 @@ These are the customisation options specific to Bar charts. These options are me barDatasetSpacing : 1, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} } ``` diff --git a/docs/03-Radar-Chart.md b/docs/03-Radar-Chart.md index 03dcf6e83..aff5a00db 100644 --- a/docs/03-Radar-Chart.md +++ b/docs/03-Radar-Chart.md @@ -110,7 +110,7 @@ These are the customisation options specific to Radar charts. These options are datasetFill : true, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} } ``` diff --git a/docs/04-Polar-Area-Chart.md b/docs/04-Polar-Area-Chart.md index 016a45f3c..47c9a74d0 100644 --- a/docs/04-Polar-Area-Chart.md +++ b/docs/04-Polar-Area-Chart.md @@ -102,7 +102,7 @@ These are the customisation options specific to Polar Area charts. These options animateScale : false, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} } ``` diff --git a/docs/05-Pie-Doughnut-Chart.md b/docs/05-Pie-Doughnut-Chart.md index db2d9efd8..d50e2867c 100644 --- a/docs/05-Pie-Doughnut-Chart.md +++ b/docs/05-Pie-Doughnut-Chart.md @@ -88,7 +88,7 @@ These are the customisation options specific to Pie & Doughnut charts. These opt animateScale : false, {% raw %} //String - A legend template - legendTemplate : "" + legendTemplate : "" {% endraw %} } ```