diff --git a/src/controllers/controller.doughnut.js b/src/controllers/controller.doughnut.js index de5c041c2..d43234375 100644 --- a/src/controllers/controller.doughnut.js +++ b/src/controllers/controller.doughnut.js @@ -21,11 +21,11 @@ module.exports = function(Chart) { if (chart.data.datasets.length) { for (var i = 0; i < chart.data.datasets[0].data.length; ++i) { - text.push('
  • '); + text.push('
  • '); if (chart.data.labels[i]) { text.push(chart.data.labels[i]); } - text.push('
  • '); + text.push(''); } } @@ -285,4 +285,4 @@ module.exports = function(Chart) { } } }); -}; \ No newline at end of file +};