Browse Source

fixed so that the confidence intervals are now reactive and disappear if you uncheck them on the legend.

pull/296/head
chartique 9 years ago
parent
commit
6c9f2579ae
  1. 2
      pygal/svg.py

2
pygal/svg.py

@ -315,7 +315,7 @@ class Svg(object):
top, shr(top), top, shl(top), top, top, shr(top), top, shl(top), top,
bottom, shr(bottom), bottom, shl(bottom) bottom, shr(bottom), bottom, shl(bottom)
)) ))
), class_='nofill' ), class_='nofill reactive'
) )
def pre_render(self): def pre_render(self):

Loading…
Cancel
Save