diff --git a/docs/01-Line-Chart.md b/docs/01-Line-Chart.md index a4b6394ab..1a5ae84c4 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 %} }; ``` diff --git a/docs/02-Bar-Chart.md b/docs/02-Bar-Chart.md index 80b1999e5..cc23f38b7 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 0707444b7..03dcf6e83 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 %} } ```