From b166475e4d0e2242f38bca789dd26cabb77b8700 Mon Sep 17 00:00:00 2001 From: JakeSidSmith Date: Thu, 1 May 2014 15:05:25 +0100 Subject: [PATCH] Hide legend completely? --- c3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c3.js b/c3.js index eff1b6b..0dc53fc 100644 --- a/c3.js +++ b/c3.js @@ -4462,7 +4462,7 @@ c3.resize = function (size) { __size_width = size ? size.width : null; __size_height = size ? size.height : null; - updateAndRedraw({withLegend: true, withTransition: false, withTransitionForTransform: false}); + updateAndRedraw({withLegend: false, withTransition: false, withTransitionForTransform: false}); }; c3.destroy = function () {