From 5aa16a67c1b34f5d63f52de1e153d3bb2dcca675 Mon Sep 17 00:00:00 2001 From: dibsyjr1 Date: Wed, 13 Apr 2016 16:03:08 +0100 Subject: [PATCH] Fixed the generateLegend function Fixed the generateLegend function to create the colour block next to the text instead of around it. --- src/core/core.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}; -- 2.47.3