If I name my pie something other than "pie", I get the following error when clicking on it (and the click effect doesn't work):
d3pie.min.js:8 Uncaught ReferenceError: pie is not defined
at Object.maybeCloseOpenSegment (d3pie.min.js:8)
at Object.openSegment (d3pie.min.js:8)
at SVGGElement. (d3pie.min.js:8)
at SVGGElement. (d3.min.js:3)
If I name my pie something other than "pie", I get the following error when clicking on it (and the click effect doesn't work):
d3pie.min.js:8 Uncaught ReferenceError: pie is not defined at Object.maybeCloseOpenSegment (d3pie.min.js:8) at Object.openSegment (d3pie.min.js:8) at SVGGElement. (d3pie.min.js:8)
at SVGGElement. (d3.min.js:3)
Am I doing something wrong?