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
hbearhbear 

Multi-line graphs

I have a custom object that I am using to keep track of some daily counts for each account rep.  I want to be able to display a graph with the date on the x-axis and the count on the y-axis and I want one line on the graph for each account rep.

 

I am pretty new to SF and having trouble figuring out how to display the data as desired?

 

Any help is appreciated.

SidharthSidharth

use google charts.

 

Pass your SF values into google chart api, and display them in your VF page.

https://sites.google.com/site/sidagarwalblog/home/googleintegration

 

http://code.google.com/apis/chart/image/docs/gallery/bar_charts.html

 

 

AasifAasif

The standard reports/dashboard feature in SFDC can be used to achieve this.