{"id":13814697,"url":"https://github.com/cocos543/CCTrendCharts","last_synced_at":"2025-05-15T04:32:22.602Z","repository":{"id":42973447,"uuid":"206492591","full_name":"cocos543/CCTrendCharts","owner":"cocos543","description":"适用于金融领域的专业趋势图表库, 提供K线图, 指标折线图, 曲线图, 组合图以及各大证券公司图表渲染器等, 高效可扩展, 占用内存低.","archived":false,"fork":false,"pushed_at":"2020-05-09T09:04:58.000Z","size":4300,"stargazers_count":47,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"dev","last_synced_at":"2024-10-04T06:17:55.155Z","etag":null,"topics":["candlestick","charts","finance","kline","stock"],"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/cocos543.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":"2019-09-05T06:37:56.000Z","updated_at":"2024-09-12T06:44:55.000Z","dependencies_parsed_at":"2022-08-20T18:40:07.400Z","dependency_job_id":null,"html_url":"https://github.com/cocos543/CCTrendCharts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos543%2FCCTrendCharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos543%2FCCTrendCharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos543%2FCCTrendCharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cocos543%2FCCTrendCharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cocos543","download_url":"https://codeload.github.com/cocos543/CCTrendCharts/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225121649,"owners_count":17424122,"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":["candlestick","charts","finance","kline","stock"],"created_at":"2024-08-04T04:02:29.617Z","updated_at":"2024-11-19T09:31:12.833Z","avatar_url":"https://github.com/cocos543.png","language":"Objective-C","funding_links":[],"categories":["Objective-C"],"sub_categories":[],"readme":"# CCTrendChart \n\n![](https://img.shields.io/github/license/cocos543/CCTrendCharts)\n![](https://img.shields.io/cocoapods/p/CCTrendCharts)\n![](https://img.shields.io/github/last-commit/cocos543/CCTrendCharts)\n![](https://img.shields.io/github/commit-activity/w/cocos543/CCTrendCharts)\n![](https://img.shields.io/github/languages/code-size/cocos543/CCTrendCharts)\n\n\u003e 项目正在积极开发中, 基本功能已完成, 即将添加使用Demo, 喜欢请点个start, 谢谢 ~\n\n## 安装方法\nCocoaPods方式\n\n```\npod 'CCTrendCharts'\n```\n\n## 已完成功能\n\n### 一. 趋势图底层框架\n\n1. 完成矩阵与坐标系的开发\n2. 完成缩放功能的开发\n3. 完成长按功能的开发\n4. 完成滚动功能的开发\n5. 完成图库模块化标准制定\n6. 数据源接口标准制定\n7. 渲染层接口标准制定\n8. 支持组合视图, 共同响应手势.\n\n\n###  二. 数据方面\n\n1. 完成数据实体, 数据集, 数据整体的开发\n2. 支持动态更新数据, 支持分页加载数据\n3. 提供了两种数据的展示方式(从左到右:Default, 从右到左:RecentFirst)\n\n###  三. 渲染方面\n\n1. 支持实体按需渲染, 提高性能 \n2. 默认的左Y轴, 右Y轴模块的数据提供者和渲染器\n3. 默认的X轴模块的数据提供者和渲染器\n4. 默认的指示器模块的数据提供者和渲染器\n5. 默认的标记模块的数据提供者和渲染器\n6. K线(candlestick)数据提供者和渲染器\n7. 交易量条状图渲染器\n8. 折线图数据提供者和渲染器\n9. 贝塞尔曲线\n10. TAI指标图例渲染器\n11. 支持便捷组合各种视图, 并提供事件同步协议, 能将多个视图只要组合到一起, 共同响应手势.\n12. 条形图渲染器\n\n###  四. 趋势图技术指标 (Technical Analysis Indicators)\n\n设计一个方案, 用来自由配置各类技术指标, 目前已经开发完成的指标列表如下\n\n* 移动平均线MA(Moving average), 均线系数N可配置\n\n### Demo\n\n* K线图+指标\n* 交易量图+指标\n* 分时图\n* 组合图\n* 条形图\n* Yunex交易所风格\n\n## 正在开发\n \n* 各项趋势图的指标计算\n* 各类Demo\n\n## 未完成功能\n\n* 选中高亮\n* 数据渲染器支持渐变\n* 数据渲染器支持定制动画\n* 各种风格的渲染器(涵盖主流证券公司的图表渲染器, 比如富途, 涨乐富, 蛋卷, 招商等等都将一一提供)\n* 详细的图库使用教程demo\n* 专业数据分析工具\n* 支持swift最新版本\n* 支持flutter?\n* 支持MacOS\n \n## 开发中的界面预览\n\n\u003cdiv\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot002.jpg\"  width=\"30%\"/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot003.jpg\"  width=\"30%\"/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot004.jpg\"  width=\"30%\"/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot005.jpg\"  width=\"30%\"/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot006.jpg\"  width=\"30%\"/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/Screenshot/screenshot007.jpg\"  width=\"30%\"/\u003e\n\u003c/div\u003e\n\n\n滚动缩放画面稳定在60 FPS左右\n\u003cdiv\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/cocos543/CCTrendCharts/dev/gpu_state.jpg\" width=\"50%\"/\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocos543%2FCCTrendCharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocos543%2FCCTrendCharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocos543%2FCCTrendCharts/lists"}