Providing Chart Data
A
Visualforce
chart binds to the source of its data through the data attribute on the
<apex:chart
>
component.
Data can be provided several different ways:
As
an expression that represents a controller method reference
As
a string representing a JavaScript function
As
a string representing a JavaScript array
See Also:
Providing Chart Data via a Controller Method
Providing Chart Data Using a JavaScript Function
Providing Chart Data via a JavaScript Array
Chart Data Format
Previous
Next