{"id":19633274,"url":"https://github.com/quipper/qandroidcomposechart","last_synced_at":"2025-04-28T07:30:46.210Z","repository":{"id":42084894,"uuid":"480631487","full_name":"quipper/QAndroidComposeChart","owner":"quipper","description":"Simple chart library build using compose and kotlin.","archived":false,"fork":false,"pushed_at":"2023-04-03T05:40:47.000Z","size":129,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-05T07:33:00.980Z","etag":null,"topics":["android","android-library","chart","chart-library","jetpack-compose","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/quipper.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":"2022-04-12T02:54:21.000Z","updated_at":"2024-01-11T05:49:43.000Z","dependencies_parsed_at":"2022-08-12T04:50:36.216Z","dependency_job_id":null,"html_url":"https://github.com/quipper/QAndroidComposeChart","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2FQAndroidComposeChart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2FQAndroidComposeChart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2FQAndroidComposeChart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2FQAndroidComposeChart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quipper","download_url":"https://codeload.github.com/quipper/QAndroidComposeChart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251271082,"owners_count":21562487,"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","chart","chart-library","jetpack-compose","kotlin"],"created_at":"2024-11-11T12:16:53.198Z","updated_at":"2025-04-28T07:30:45.563Z","avatar_url":"https://github.com/quipper.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QAndroidComposeChart \nSimple chart library build using compose and kotlin.\n\n### Example View\n\n- Basic style\\\n![Apr-14-2022 08-28-31](https://user-images.githubusercontent.com/48426396/163296195-4c0c7a2f-440c-4f48-9e1e-6b68bcf7487d.gif)\n- Curved style\\\n![Apr-14-2022 08-29-54](https://user-images.githubusercontent.com/48426396/163296300-feae3bef-4ea5-4457-89ed-c29133d1aa1a.gif)\n\n### **Release version** : \n**1.1.0**\n\n## Gradle setup\n\n**Step 1.** Add it in your root build.gradle at the end of repositories:\n```\nallprojects {\n    repositories {\n        ...\n        maven { url 'https://jitpack.io' }\n    }\n}\n```\n\n**Step 2.** Add the dependency:\n```\ndependencies {\n\timplementation 'com.github.quipper:QAndroidComposeChart:1.1.0'\n}\n```\n\n## How to use\n\n**Step 1.** Create _ChartTheme_ for chart styling:\n```\nval chartTheme = ChartTheme.Builder().build()\n```\n\n**Step 2.** Create _ChartData_\n```\nval chartData = ChartData(listOf())\n```\n\n**Step 3.** Implement the Chart\n```\nQChart(\n    chartModalTitle = \"Android Compose Chart\",\n    chartTheme = chartTheme,\n    chartData = chartData,\n    onValueClicked = {}\n)\n```\n\n## Creator\n- [denisyordanp](https://github.com/denisyordanp) - Denis Y P\n\n**_Want your name listed here as creator? Please just create the PR!_** :zap:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fqandroidcomposechart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquipper%2Fqandroidcomposechart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fqandroidcomposechart/lists"}