3

Can we create a dashboard (like pie chart or bar chart) without reports? i meant through visualforce code using map or list as the input for the dashboard component?

Thanks, Baskaran

Bforce
  • 6,828
  • 14
  • 76
  • 143

2 Answers2

3

Yes, you can. Have a look at visualforce charting, you can also use other libraries (google charts, morris.js, etc).

http://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_advanced_google_charts.htm#pages_quick_start_advanced_google_charts

http://www.salesforce.com/us/developer/docs/pages/Content/pages_charting.htm

PepeFloyd
  • 8,001
  • 1
  • 31
  • 57
2

Here's the Analytics API docs. I think this is what you're looking for::

http://www.salesforce.com/us/developer/docs/api_analytics/salesforce_analytics_rest_api.pdf

Scott Pelak
  • 7,514
  • 2
  • 39
  • 72