You need to sign in to do that
Don't have an account?

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.
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
The standard reports/dashboard feature in SFDC can be used to achieve this.