[SalesForce] use Google Charts to create this chart on a Visualforce page (see attached)

I'm looking to recreate these excel charts in a custom Force.com system. The issue I'm running into is that it's not possible using standard reporting to display side-by-side comparisons of rolling weekly averages for non-equal time periods (such as weekly average for current week vs current month vs 3 months rolling).

Would I be able to accomplish this using Google Charts in a Visualforce page? Or using Visualforce charting?

Thanks!
Stephanie

charts

Best Answer

You could definitely do something like this with the flexibility of VF and Apex you could use Google charts, Visualforce charting tags or even a different visualization engine like d3js.org.

Here's a cookbook recipe, for instance: http://developer.force.com/cookbook/recipe/easy-visualforce-charts-with-javascript-remoting--google-charts-api

Related Topic