{"id":13609930,"url":"https://github.com/hi-manshu/Charty","last_synced_at":"2025-04-12T22:32:13.809Z","repository":{"id":56775810,"uuid":"523070772","full_name":"hi-manshu/charty","owner":"hi-manshu","description":"Weave data into enchanting Jetpack Compose graphs—no potions required! 📜🔮","archived":false,"fork":false,"pushed_at":"2025-03-24T20:09:56.000Z","size":26572,"stargazers_count":1106,"open_issues_count":7,"forks_count":54,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-05T19:59:08.826Z","etag":null,"topics":["android","android-library","android-studio","cmp","compose","compose-multiplatform","kmp","kotlin","kotlin-android","kotlin-library","kotlin-multiplatform"],"latest_commit_sha":null,"homepage":"https://hi-manshu.github.io/charty/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hi-manshu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-09T18:45:07.000Z","updated_at":"2025-04-04T23:30:47.000Z","dependencies_parsed_at":"2023-09-30T20:02:39.007Z","dependency_job_id":"3551a278-9d09-45d7-a5bd-0486e06f2603","html_url":"https://github.com/hi-manshu/charty","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hi-manshu%2Fcharty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hi-manshu%2Fcharty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hi-manshu%2Fcharty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hi-manshu%2Fcharty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hi-manshu","download_url":"https://codeload.github.com/hi-manshu/charty/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248640911,"owners_count":21138111,"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":["android","android-library","android-studio","cmp","compose","compose-multiplatform","kmp","kotlin","kotlin-android","kotlin-library","kotlin-multiplatform"],"created_at":"2024-08-01T19:01:39.391Z","updated_at":"2025-04-12T22:32:13.803Z","avatar_url":"https://github.com/hi-manshu.png","language":"Kotlin","funding_links":[],"categories":["Kotlin","Multiplatform"],"sub_categories":["Multiplatform libraries"],"readme":"# Charty : Elementary Chart library for Compose with KMP support!\n\n![Banner](img/banner.png)\n\nChart Library built using Jetpack Compose and is highly customizable. Now with Kotlin\nMultiplatform (KMP) support!\n\n_Made with ❤️ for Android Developers by Himanshu_\n\n[![Github Followers](https://img.shields.io/github/followers/hi-manshu?label=Follow\u0026style=social)](https://github.com/hi-manshu)\n[![Twitter Follow](https://img.shields.io/twitter/follow/hi_man_shoe?label=Follow\u0026style=social)](https://twitter.com/hi_man_shoe)\n[![AndroidWeekly](https://img.shields.io/badge/Featured%20in%20androidweekly.net-%23532-orange)](https://androidweekly.net/issues/issue-532)\n![GitHub issues](https://img.shields.io/github/issues/hi-manshu/charty)\n![GitHub Repository size](https://img.shields.io/github/repo-size/hi-manshu/charty)\n![GitHub forks](https://img.shields.io/github/forks/hi-manshu/charty)\n![GitHub Repo stars](https://img.shields.io/github/stars/hi-manshu/charty)\n![Charty](https://img.shields.io/maven-central/v/com.himanshoe/charty?color=f4c430\u0026label=Maven%20Central%20%3A%20Charty)\n![Charty Static Check](https://github.com/hi-manshu/charty/actions/workflows/static-check.yml/badge.svg)\n\n### Version Catalog\n\nIf you're using Version Catalog, you can configure the dependency by adding it to your\n`libs.versions.toml` file as follows:\n\n```toml\n[versions]\n#...\ncharty = \"\u003cversion\u003e\"\n\n[libraries]\n#...\ncharty = { module = \"com.himanshoe:charty\", version.ref = \"charty\" }\n```\n\n### Gradle\n\nAdd the dependency below to your **module**'s `build.gradle.kts` file:\n\n```gradle\ndependencies {\n    implementation(\"com.himanshoe:charty:$version\")\n    \n    // if you're using Version Catalog\n    implementation(libs.charty)\n}\n```\n\nFor Kotlin Multiplatform, add the dependency below to your commonMain source set's\n`build.gradle.kts` file:\n\n```gradle\nsourceSets {\n    commonMain.dependencies {\n            implementation(libs.charty)\n     }\n}\n```\n\nFind the latest release version [here](https://github.com/hi-manshu/Charty/releases)\n\n### You can find videos  iOS and Android [here](img/video)\n\n### Photos / Screenshots\n\n| 1                          | 2                          | 3                          | 4                          | 5                          | 6                          |\n|----------------------------|----------------------------|----------------------------|----------------------------|----------------------------|----------------------------|\n| ![1.png](img/photos/1.png) | ![2.png](img/photos/2.png) | ![3.png](img/photos/3.png) | ![4.png](img/photos/4.png) | ![5.png](img/photos/5.png) | ![6.png](img/photos/6.png) |\n\n## Few apps using it:\n\n1. [NEKO](https://github.com/nekomangaorg/Neko)\n2. [TimePlanner](https://github.com/v1tzor/TimePlanner)\n\n## Find this repository useful? :heart:\nSupport it by joining __[stargazers](https://github.com/hi-manshu/charty/stargazers)__ for this repository. :star: \u003cbr\u003e\n\n### License\n\n```\nCopyright 2025 The Charty Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhi-manshu%2FCharty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhi-manshu%2FCharty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhi-manshu%2FCharty/lists"}