{"id":845,"url":"https://github.com/anaglik/ANDLineChartView","last_synced_at":"2025-07-30T19:32:29.358Z","repository":{"id":19451363,"uuid":"22695575","full_name":"anaglik/ANDLineChartView","owner":"anaglik","description":"ANDLineChartView is easy to use view-based class for displaying animated line chart.","archived":false,"fork":false,"pushed_at":"2017-03-26T14:22:08.000Z","size":1152,"stargazers_count":422,"open_issues_count":1,"forks_count":55,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-04-27T03:01:10.188Z","etag":null,"topics":["chart","ios","objective-c"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anaglik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-06T19:38:20.000Z","updated_at":"2024-01-14T03:17:41.000Z","dependencies_parsed_at":"2022-09-21T13:31:27.337Z","dependency_job_id":null,"html_url":"https://github.com/anaglik/ANDLineChartView","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaglik%2FANDLineChartView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaglik%2FANDLineChartView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaglik%2FANDLineChartView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaglik%2FANDLineChartView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anaglik","download_url":"https://codeload.github.com/anaglik/ANDLineChartView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228178892,"owners_count":17881105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chart","ios","objective-c"],"created_at":"2024-01-05T20:15:32.781Z","updated_at":"2024-12-04T19:32:00.403Z","avatar_url":"https://github.com/anaglik.png","language":"Objective-C","funding_links":[],"categories":["Charts","UI","Objective-C"],"sub_categories":["Other free courses","Getting Started"],"readme":"# ANDLineChartView for iOS\n\nANDLineChartView is easy to use view-based class for displaying animated line chart.\n\n![](https://raw.github.com/anaglik/ANDLineChartView/master/example.gif)\n\n## Usage\n\nAPI is simple. Just implement following data source methods:\n\n``` objective-c\n- (NSUInteger)numberOfElementsInChartView:(ANDLineChartView *)chartView;\n- (CGFloat)chartView:(ANDLineChartView *)chartView valueForElementAtRow:(NSUInteger)row;\n\n- (NSUInteger)numberOfGridIntervalsInChartView:(ANDLineChartView *)chartView;\n- (NSString*)chartView:(ANDLineChartView *)chartView descriptionForGridIntervalValue:(CGFloat)interval;\n\n- (CGFloat)maxValueForGridIntervalInChartView:(ANDLineChartView *)chartView;\n- (CGFloat)minValueForGridIntervalInChartView:(ANDLineChartView *)chartView;\n```\n\nYou can also specify spacing between elements in chart by implementing optional delegate method :\n``` objective-c\n- (CGFloat)chartView:(ANDLineChartView *)chartView spacingForElementAtRow:(NSUInteger)row\n```\nFont and colors are customizable through class properties.\n\nTo run the example project, just clone repo and open ANDLineChartView.xcworkspace .\n\n## Screenshot\n\n![Alt text](https://raw.github.com/anaglik/ANDLineChartView/master/screen1.png)\n\n## Requirements\n\niOS7 or later\n\n## Installation\n\nANDLineChartView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\npod \"ANDLineChartView\"\n\n## Author\n\nAndrzej Naglik, dev.an@icloud.com\n\n## License\n\nANDLineChartView is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanaglik%2FANDLineChartView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanaglik%2FANDLineChartView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanaglik%2FANDLineChartView/lists"}