From 6c9f2579aee28850d166d009bf733568b394eebf Mon Sep 17 00:00:00 2001 From: chartique Date: Wed, 20 Jan 2016 19:15:56 -0500 Subject: [PATCH] fixed so that the confidence intervals are now reactive and disappear if you uncheck them on the legend. --- pygal/svg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygal/svg.py b/pygal/svg.py index f567912..4bb9159 100644 --- a/pygal/svg.py +++ b/pygal/svg.py @@ -315,7 +315,7 @@ class Svg(object): top, shr(top), top, shl(top), top, bottom, shr(bottom), bottom, shl(bottom) )) - ), class_='nofill' + ), class_='nofill reactive' ) def pre_render(self):