From: dibsyjr1 Date: Wed, 13 Apr 2016 17:51:32 +0000 (+0100) Subject: Returned Chart.js build file back to normal X-Git-Tag: v2.0.1~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2254%2Fhead;p=thirdparty%2FChart.js.git Returned Chart.js build file back to normal --- diff --git a/dist/Chart.js b/dist/Chart.js index 61a087c55..f2d90192b 100644 --- a/dist/Chart.js +++ b/dist/Chart.js @@ -2268,11 +2268,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(''); } }