Skip navigation.
 
mlRe: Charting API?
FROM : Sean Murphy
DATE : Fri Feb 29 04:12:52 2008

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.

Related mailsAuthorDate
mlCharting API? Chris Schmitt Feb 27, 20:14
mlRe: Charting API? Kyle Sluder Feb 28, 00:56
mlRe: Charting API? Herr Thomas Bartel… Feb 28, 06:12
mlRe: Charting API? Graham Feb 28, 06:40
mlRe: Charting API? Dix Lorenz Feb 28, 10:28
mlRe: Charting API? David Hoerl Feb 28, 17:15
mlRe: Charting API? Barry Wark Feb 28, 21:46
mlRe: Charting API? Sean Murphy Feb 29, 04:12
mlRe: Charting API? lbland Feb 29, 13:01
mlRe: Charting API? Jiva DeVoe Feb 29, 15:34
mlRe: Charting API? Robert Douglas Mar 1, 08:35
mlRe: Charting API? Chris Ryland Mar 2, 00:14
mlRe: Charting API? David Adalsteinsso… Mar 2, 03:53
mlRe: Charting API? Adhamh Findlay Mar 2, 14:44