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
downloadingdownloading 

charts

Hi 

i wanna generate a report , where i need to display a

bar chart and the data has to come from the controller

How could i achieve this , anyone help me with the approach.. 

kiranmutturukiranmutturu

prapare the set of records in the controller and send the data to googlemaps or highcharts.com or some other charting providers to generate the charts.

downloadingdownloading

could u give me some example or help me the

way i could achieve it ..

 

thank you

 

Nisse Knudsen.ax1026Nisse Knudsen.ax1026

First question: Standard report functionality is not an option for you?

 

If still not :

 

Have a look at the out-of-the-box visualforce charting library. Here is a introduction tutorial from the VisualfForce Developer Guide! I hope this helps you!

 

Cheers!