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
Raghavendra ARaghavendra A 

Generate Chart out of Visualforce Page Data

Hi All,

We are trying to generate a Chart based on the data that gers generated in the Visualforce page. User will enter a few details and several rows of data will be calculated ans shown in the VF page. This data will not be stored in Salesforce. We just need to gereate this data and design a graph out of this data.

Any help on this would be highly appreciated.

Thanks,
Raghu
Murali@PracticeVantageMurali@PracticeVantage
Raghu, you can try to do something like this - http://try.sencha.com/extjs/4.0.7/examples/charts/formdashboard/viewer.html ... A good writeup on using ExtJs with Salesforce is here - http://extjswithsandeesh.blogspot.in/2012/07/extjs-with-salesforce-best-practices.html