benfred / venn.js

Area proportional Venn and Euler diagrams in JavaScript
MIT License
1.04k stars 218 forks source link

Labels are no longer shown #107

Closed skosch closed 7 years ago

skosch commented 7 years ago

Since updating to 0.2.16 my circles don't have labels anymore. I can get them back by manually adding label: sets[0] to my elements, but just having the sets in there used to be enough. Sorry I don't have enough time to hunt this down and submit a PR this week, but maybe you have an idea?

benfred commented 7 years ago

Sorry about that - broke it in a previous commit.

Fixed here: https://github.com/benfred/venn.js/commit/f86fb6ab74cb6887eec7dc543754f611c6e80743 and have pushed to npm.

skosch commented 7 years ago

Fastest fix ever! Thanks a ton Ben.