Greetings,
I just read the documentation. I want to create a realtime chart, using an encrypted data source. Is it possible?
The idea that crossed in mind is:
- embed the FusionWidget in a flash object;
- create a custom method to retrieve data on certain interval, and then decrypt it
- push the data to FusionWidget using feedData(strData) method
Is it possible? Any better way to achieve my purpose?
Thanks in advance.