On Feb 27, 2008, at 2:14 PM, Chris Schmitt wrote:
I want to add some simple bar graphs and pie charts to my project. Is there an apple api for charting or do you need to use a 3rd party product?
Regarding the Google Charting API that was mentioned, you can take simpler route and avoid the need to embed a WebView by just querying for a chart and loading the result into an NSImage.
The idea comes from Philippe Mougin, and can be viewed at: <http://pmougin.wordpress.com/2007/12/10/google-chart-api-fun-with-cocoa-and-f-script/ >. He focuses on using F-Script to accomplish the task, but it's very easy to see the general Cocoa approach.
- Sean. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]