benkeen / d3pie

A configurable pie chart lib and generator built on d3.js
MIT License
371 stars 203 forks source link

non-global pie with open segments #163

Closed heppa closed 6 years ago

heppa commented 6 years ago

When a segment was opened the maybeCloseOpenSegments did not have a pie reference if pie was not a global object.

This fixes this issue.

heppa commented 6 years ago

I saw, there are already several pull requests for this fix!