function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Muzammil BajariaMuzammil Bajaria 

Implementing FusionChart in lightning component

Can anyone please help me implementing fusionchart.js in lightning?

https://developer.salesforce.com/blogs/developer-relations/2017/02/lockerservice-lightning-container-third-party-libraries-lightning-components.html

There is  non- exhaustive list of libraries that are known to work with LockerService(Given in above link). Can we user libraries other than listed like fusionchart.js, blockUI.js etc? If yes, How to check if particular library is compatible eith lightning locker service or not?

 

NagendraNagendra (Salesforce Developers) 
Hi Muzammil,

I don't think with lightning components you can use CDN links. we had a similar requirement for Bing maps and we used an iframe inside a lightning component and used VF to implement the same. 

Thanks,
Nagendra