Legends for Line, Bar & Radar charts.

This commit is contained in:
Evert Timberg
2015-07-05 14:47:56 -04:00
parent dfd48debe5
commit 0caa2a79ae
6 changed files with 66 additions and 5 deletions

View File

@@ -338,7 +338,7 @@
},
generateLegend: function generateLegend() {
return template(this.options.legendTemplate, this);
return helpers.template(this.options.legendTemplate, this);
},
destroy: function destroy() {