{"id":838,"url":"https://github.com/JunyiXie/XJYChart","last_synced_at":"2025-07-30T19:32:41.884Z","repository":{"id":56928049,"uuid":"79880020","full_name":"JunyiXie/XJYChart","owner":"JunyiXie","description":"iOS Chart. Support animation, click, scroll, area highlight.","archived":false,"fork":false,"pushed_at":"2019-12-18T15:13:17.000Z","size":34373,"stargazers_count":871,"open_issues_count":13,"forks_count":100,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-12-01T10:02:39.373Z","etag":null,"topics":["animation","chart-framework","slide","touch"],"latest_commit_sha":null,"homepage":"","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/JunyiXie.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":"2017-01-24T04:58:25.000Z","updated_at":"2024-10-12T14:30:28.000Z","dependencies_parsed_at":"2022-08-21T06:20:25.716Z","dependency_job_id":null,"html_url":"https://github.com/JunyiXie/XJYChart","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunyiXie%2FXJYChart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunyiXie%2FXJYChart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunyiXie%2FXJYChart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JunyiXie%2FXJYChart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JunyiXie","download_url":"https://codeload.github.com/JunyiXie/XJYChart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228178896,"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":["animation","chart-framework","slide","touch"],"created_at":"2024-01-05T20:15:32.607Z","updated_at":"2024-12-04T19:32:01.957Z","avatar_url":"https://github.com/JunyiXie.png","language":"Objective-C","funding_links":[],"categories":["Charts"],"sub_categories":["Other free courses","Getting Started"],"readme":"\n## XJYChart\n\n\u003ca href=\"url\"\u003e\u003cimg src=\"https://github.com/JunyiXie/XJYChart/raw/master/photos/image1.PNG\" align=\"left\" height=\"472\" width=\"260\" \u003e\u003c/a\u003e\n\u003ca href=\"url\"\u003e\u003cimg src=\"https://github.com/JunyiXie/XJYChart/raw/master/photos/image4.PNG\" align=\"left\" height=\"472\" width=\"260\" \u003e\u003c/a\u003e\n\u003ca href=\"url\"\u003e\u003cimg src=\"https://github.com/JunyiXie/XJYChart/raw/master/photos/image5.PNG\" align=\"left\" height=\"472\" width=\"260\" \u003e\u003c/a\u003e\n\n[![Version](https://img.shields.io/cocoapods/v/XJYChart.svg?style=flat)](http://cocoapods.org/pods/XJYChart)\n[![Platform](https://img.shields.io/cocoapods/p/XJYChart.svg?style=flat)](http://cocoapods.org/pods/XJYChart)\n[![License](https://img.shields.io/cocoapods/l/XJYChart.svg?style=flat)](https://github.com/EyreFree/XJYChart/blob/master/LICENSE)\n\n\u003e XJYChart - A High-performance, Elegant, Easy-to-integrate Charting Framework.\n\u003e The Best iOS Objc Charts.\n\n- [x] **chart more beautiful**\n- [x] **support chart scroll**\n- [x] **support chart area fill**\n- [x] **support chart animation**\n- [x] **support chart touch**\n- [x] **support chart highlight**\n \n\n\n## Installation\n\n### CocoaPods\n\nXJYChart is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"XJYChart\"\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n## How to Use\n\n**Qucikly Use**\n\nEg:\n- [AreaLineExample](https://github.com/JunyiXie/XJYChart/blob/master/XJYChartDemo/XJYChartDemo/View/AreaLineTableViewCell.m)\n\n- [BarChartExample](https://github.com/JunyiXie/XJYChart/blob/master/XJYChartDemo/XJYChartDemo/View/BarChartCell.m)\n\n- [CycleChartExample](https://github.com/JunyiXie/XJYChart/blob/master/XJYChartDemo/XJYChartDemo/View/CycleTableViewCell.m)\n\n- [LineChartExample](https://github.com/JunyiXie/XJYChart/blob/master/XJYChartDemo/XJYChartDemo/View/LineChartCell.m)\n\n- [PieChartExample](https://github.com/JunyiXie/XJYChart/blob/master/XJYChartDemo/XJYChartDemo/View/PieChartCell.m)\n\n- [PositiveNegativeBarChartExample](https://github.com/JunyiXie/XJYChart/blob/master/XJYChartDemo/XJYChartDemo/View/PositiveNegativeBarChartCell.m)\n\n- [StackAreaLineChartExample](https://github.com/JunyiXie/XJYChart/blob/master/XJYChartDemo/XJYChartDemo/View/StackAreaTableViewCell.m)\n\n**Initialization**\n```objectivec\n- (instancetype)initWithFrame:(CGRect)frame \n                dataItemArray:(NSMutableArray\u003cXLineChartItem*\u003e*)dataItemArray \n            dataDiscribeArray:(NSMutableArray\u003cNSString*\u003e*)dataDiscribeArray\n                    topNumber:(NSNumber*)topNumbser\n                 bottomNumber:(NSNumber*)bottomNumber\n                    graphMode:(XLineGraphMode)graphMode\n           chartConfiguration:(XLineChartConfiguration*)configuration;\n```\n\n- frame: The frame rectangle for the view\n- dataItemArray: data for lines\n- topNumber: ordinate coordinate top number\n- bottomNumber: ordinate bottom top number\n- graphMode: which kind of line chart you want to use.eg: MutiLineGraph,AreaLineGraph,StackAreaLineGraph\n- chartConfiguration: detail configuration for chart. like lineMode, shadow\n\n**Chart Data**\n```objectivec\n- (instancetype)initWithDataNumberArray:(NSMutableArray*)numberArray\n                                  color:(UIColor*)color;\n```\n- numberArray: values in line\n- color: line fill color\n\n**Chart Configuration**\n```objectivec\nXNormalLineChartConfiguration* configuration =\n   [[XNormalLineChartConfiguration alloc] init];\nconfiguration.lineMode = CurveLine;\nconfiguration.isShowShadow = YES;\n```\n\n\n## License\n\n![](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/License_icon-mit-88x31-2.svg/128px-License_icon-mit-88x31-2.svg.png)\n\nXJYChart is available under the MIT license. See the LICENSE file for more info.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJunyiXie%2FXJYChart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJunyiXie%2FXJYChart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJunyiXie%2FXJYChart/lists"}