[email protected] Report post Posted August 27, 2014 Hi I want to use fusion chart version 3.3.1 with angular js , but when I try to do this I am getting an error of undefined (TypeError: undefined is not a function) on this line FusionCharts.ready(function () Whereas it is working fine with Fusion Chart version 3.4.0 , Can you Please let me know on this? Share this post Link to post Share on other sites
Sanjukta Report post Posted August 28, 2014 Hi I want to use fusion chart version 3.3.1 with angular js , but when I try to do this I am getting an error of undefined (TypeError: undefined is not a function) on this line FusionCharts.ready(function () Whereas it is working fine with Fusion Chart version 3.4.0 , Can you Please let me know on this? Hi, Please note that "FusionCharts.ready(function () " is a function supported since the latest version, i.e, FusionCharts v3.4. Hence, it would not be working as expected in any of the previous versions. Hope this helps. Share this post Link to post Share on other sites
[email protected] Report post Posted September 3, 2014 Hi, Please note that "FusionCharts.ready(function () " is a function supported since the latest version, i.e, FusionCharts v3.4. Hence, it would not be working as expected in any of the previous versions. Hope this helps. Share this post Link to post Share on other sites
[email protected] Report post Posted September 3, 2014 Thanks Sanjukta Can you Please let me know , what should I use in place of FusionCharts.ready(function () , If I am using version 3.3.1 integrating with Angular JS. Share this post Link to post Share on other sites
Swarnam Report post Posted September 4, 2014 Hi, You can try using normal rendering methods to render FusionCharts using our earlier version. You can read more at: http://docs.fusioncharts.com/charts/contents/JavaScript/JS_CreateChart.htmlHope this helps. Share this post Link to post Share on other sites