Visualforce Charting Limitations and Considerations
A Simple Charting Example
Building a Complex Chart with Visualforce Charting
Previous Versions
A Visualforce chart is defined using a series of charting components, which are then linked to a data source to be graphed on the chart.
Create a chart with Visualforce by doing the following:
When the page containing the chart loads, the chart data is bound to a chart component, and the JavaScript that draws the chart is generated. When the JavaScript executes, the chart is drawn in the browser.