Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created October 20, 2009 13:56
Show Gist options
  • Save wilkes/214270 to your computer and use it in GitHub Desktop.
Save wilkes/214270 to your computer and use it in GitHub Desktop.
var GoogleChartURL = "http://chart.apis.google.com/chart",
CPGoogleVeriticalStackedBarChart = @"bvs",
CPGoogleHorizontalStackedBarChart = @"bhs"
CPGoogleVeriticalGroupedBarChart = @"bvs",
CPGoogleHorizontalGroupedBarChart = @"bhs",
CPGoogleLineChart = @"lc",
CPGooglePieChart = @"p",
CPGooglePieChart3D = @"p3";
...
+ (id)withFrame:(CGRect)aFrame type:(CPString)aType
{
return [[self alloc] initWithFrame:aFrame type:aType];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment