So at work, I've been tasked with using two Javascript libraries (Fusion Charts and JQWidgets) to build a couple of web apps.
With Fusion charts, you have the ability to render charts in Flash or in Javascript. Our app updates the charts based on certain criteria through AJAX calls and all is fine when the charts are rendered in Flash. However, when rendering it Javascript, when the update method is called for the JQWidgets Grid component, it throws an error in one of the Fusion Charts included files.
I've chalked this up to conflicting method names in the respective libraries. After searching their forums, one of the moderators suggested re-writing the libraries "hooks." I am not a JS pro, and have no idea what that would entail. And if I'd even be capable of doing something like this. I was wondering if anyone had a similar experience, or could offer some advice.
Thank you in advance.