Getting error when trying to create object in custom widget.

0
Hi All, I am using d3pie.js in my custom widget. I have declared the d3pie as well as d3 js files and then trying to generate a chart by creating new object using constructor in my _updateRendering function. It is showing me that d3pie is not a constructor. So, please help me how to solve this.   Thanks. Regards Sushuma
asked
1 answers
1

Hi All,

Thanks for your support in helping me to solve. The issue is due to d3.js file which is an older version and not able to support with d3pie.js. So I tried changing the d3.js to a newer version and the issue got fixed.

Thanks

 

Regards

Sushuma

answered