From: dibsyjr1 Date: Wed, 13 Apr 2016 15:03:08 +0000 (+0100) Subject: Fixed the generateLegend function X-Git-Tag: v2.0.1~5^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5aa16a67c1b34f5d63f52de1e153d3bb2dcca675;p=thirdparty%2FChart.js.git Fixed the generateLegend function Fixed the generateLegend function to create the colour block next to the text instead of around it. --- diff --git a/src/core/core.js b/src/core/core.js index 174e43b11..5bbdc5db6 100755 --- a/src/core/core.js +++ b/src/core/core.js @@ -86,11 +86,11 @@ module.exports = function() { var text = []; text.push(''); @@ -101,4 +101,4 @@ module.exports = function() { return Chart; -}; \ No newline at end of file +};