- Notifications
You must be signed in to change notification settings - Fork6
A simple Objective-C Bar Chart / Histogram library for iOS / macOS applications.
License
NotificationsYou must be signed in to change notification settings
dhilipsiva/DSBarChart
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
______ ___________ _____ _ _| _ \/ ___| ___ \ / __ \ | | || | | |\ `--.| |_/ / __ _ _ __| / \/ |__ __ _ _ __| |_| | | | `--. \ ___ \/ _` | '__| | | '_ \ / _` | '__| __|| |/ / /\__/ / |_/ / (_| | | | \__/\ | | | (_| | | | |_|___/ \____/\____/ \__,_|_| \____/_| |_|\__,_|_| \__|A simple Objective-C Bar Chart / Histogram library.
Latest Version: 0.4.0
Simply clickhere to download the file and add it into your project directory.
- Simply type
git clone git@github.com:dhilipsiva/DSBarChart.gitto clone this repo orgit submodule add git@github.com:dhilipsiva/DSBarChart.gitinto your project folder.
DSBarChart is also avilable onCocoaPods. To Install using CocoaPods, follow the instructions:
- Open your Podfile
- Append
pod 'DSBarChart', '~> 0.4.0' - Type
pod installon terminal - Open your
.xcworkspacefile.
NSArray *vals = [NSArrayarrayWithObjects: [NSNumbernumberWithInt:30], [NSNumbernumberWithInt:40], [NSNumbernumberWithInt:20], [NSNumbernumberWithInt:56], [NSNumbernumberWithInt:70], [NSNumbernumberWithInt:34], [NSNumbernumberWithInt:43],nil];NSArray *refs = [NSArrayarrayWithObjects:@"M",@"Tu",@"W",@"Th",@"F",@"Sa",@"Su",nil];DSBarChart *chrt = [[DSBarChartalloc]initWithFrame:ChartView.boundscolor:[UIColorgreenColor]references:refsandValues:vals];chrt.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;chrt.bounds = ChartView.bounds;[ChartViewaddSubview:chrt];
If you are using DSBarChart, please feel free to edit this list.
- Email: dhilipsiva[AT]gmail[DOT]com
About
A simple Objective-C Bar Chart / Histogram library for iOS / macOS applications.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published

