{"id":20690491,"url":"https://github.com/octree/stockee","last_synced_at":"2025-07-31T06:35:19.279Z","repository":{"id":62305122,"uuid":"493072184","full_name":"octree/Stockee","owner":"octree","description":"Highly customizable performant k-line chart written in swift.","archived":false,"fork":false,"pushed_at":"2024-10-28T09:29:18.000Z","size":171,"stargazers_count":53,"open_issues_count":3,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-26T19:08:10.871Z","etag":null,"topics":["kline","klinechart","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/octree.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-17T02:48:30.000Z","updated_at":"2025-07-24T22:44:54.000Z","dependencies_parsed_at":"2024-09-11T12:27:42.976Z","dependency_job_id":"d416efa1-fd47-4675-bee3-5154f900dd19","html_url":"https://github.com/octree/Stockee","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/octree/Stockee","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octree%2FStockee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octree%2FStockee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octree%2FStockee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octree%2FStockee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octree","download_url":"https://codeload.github.com/octree/Stockee/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octree%2FStockee/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267998939,"owners_count":24178669,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["kline","klinechart","swift"],"created_at":"2024-11-16T23:13:22.587Z","updated_at":"2025-07-31T06:35:19.228Z","avatar_url":"https://github.com/octree.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stockee\n\nHighly customizable lightweight k-line chart written in swift.\n\n![Cover](./Images/Cover.png)\n## Installation\n\n### Swift Package Manager\n\n- File \u003e Swift Packages \u003e Add Package Dependency\n- Add https://github.com/octree/Stockee.git\n- Select \"Up to Next Major\" with \"1.3.1\"\n\n### Cocoapods\n\n```bash\npod 'Stockee'\n```\n\n## Docs\n[中文文档](./README_CN.md)\n### Sample\n\nUse a declarative syntax to build your k-line chart like `SwiftUI`. It's simpler and easier to read.\n\n```swift\nchartView.descriptor = ChartDescriptor(spacing: 0) {\n    ChartGroup(height: 200) {\n        GridIndicator(lineWidth: 1 / UIScreen.main.scale, color: .Stockee.border)\n        YAxisAnnotation()\n        CandlestickChart()\n        MAChart(configuration: .init(period: 5, color: .yellow))\n        MAChart(configuration: .init(period: 10, color: .teal))\n        MAChart(configuration: .init(period: 20, color: .purple))\n    }\n\n    ChartGroup(height: 18) {\n        TimeAnnotation(dateFormat: \"HH:mm\")\n        SelectedTimeIndicator()\n    }\n}\n```\n\n## License\n**Stockee** is available under the MIT license. See the LICENSE file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctree%2Fstockee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctree%2Fstockee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctree%2Fstockee/lists"}