diff --git a/src/Chart.Bar.js b/src/Chart.Bar.js index 3be768bc2..407212b6a 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 4769305ca..87ff2dd74 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 fdf1b0169..bbde45cf5 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 bf03f102b..8b55a1cd3 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 c45e09761..5b93ee911 100644 --- a/src/Chart.Radar.js +++ b/src/Chart.Radar.js @@ -65,7 +65,7 @@ datasetFill : true, //String - A legend template - legendTemplate : "" + legendTemplate : "" },