You need to sign in to do that
Don't have an account?
downloading
charts
HI ,
I have to generate a report where in the bars have to dispalyed
according to the data from the controller, Could anyone help me
How could i achieve this...
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
HI ,
I have to generate a report where in the bars have to dispalyed
according to the data from the controller, Could anyone help me
How could i achieve this...
Hi,
you can use apex:chart on your VF page or google chart API to crate the bar chart.
Please go through the link below:
http://www.salesforce.com/us/developer/docs/pages/Content/pages_charting_example.htm
http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_advanced_google_charts.htm
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
as Visualforce charting components are currently available through a pilot program you can ask salesforce to enable in sandbox but u cant access the same in production
u can go with this
http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_advanced_google_charts.htm#pages_quick_start_advanced_google_charts
HI
I need the code for generating the bar graphs from my code itsself unlike googlemaps.
could anybody help me with the sample code or example for this approach ..
Thank You'
Hi,
Try the below code as reference:
FYI: Visualforce Charting will GA in Winter '13.
http://www.salesforce.com/us/developer/docs/pages/Content/pages_charting_example.htm