function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
YashYash 

Generating bar/pie chart on visual force page using ajax toolkit.

Hi, Please any body having the example of generating bar/pie chart on visual force page using ajax toolkit.
Thanks in advance.
:)
sfdcfoxsfdcfox
I would recommend the use of Google's Chart API. It allows you to generate a variety of charts using your own data that you create programmatically. You can collect the data in Apex Code and have Visualforce present the image as part of the page.