gyli / PyWaffle

🧇 Make Waffle Charts in Python.
MIT License
578 stars 105 forks source link

block present when value is 0 #11

Closed glaubius closed 4 years ago

glaubius commented 4 years ago

Hi! Thanks for creating PyWaffle and the useful examples.

I started using it today and everything is great, except that sometimes I have a value of 0 for some items. But when the waffle chart is generated, a block is still present for the category with a value of 0.

Screen Shot 2019-08-30 at 4 53 12 PM

Could you look into making it so that there is no block for a label if the value is 0?

gyli commented 4 years ago

Thanks for pointing out! This is fixed in 0.2.2. Please update the package.