{"id":20373184,"url":"https://github.com/st235/chartio","last_synced_at":"2025-07-31T14:37:36.886Z","repository":{"id":57722974,"uuid":"208612941","full_name":"st235/Chartio","owner":"st235","description":"Lightweight android linear chart library 📈","archived":false,"fork":false,"pushed_at":"2021-02-06T07:30:24.000Z","size":2152,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T02:11:21.923Z","etag":null,"topics":["android","charts","hacktoberfest","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/st235.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-15T15:16:50.000Z","updated_at":"2024-12-16T05:19:03.000Z","dependencies_parsed_at":"2022-08-25T11:01:57.679Z","dependency_job_id":null,"html_url":"https://github.com/st235/Chartio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FChartio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FChartio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FChartio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st235%2FChartio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/st235","download_url":"https://codeload.github.com/st235/Chartio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530605,"owners_count":21119595,"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","charts","hacktoberfest","kotlin"],"created_at":"2024-11-15T01:17:02.538Z","updated_at":"2025-04-12T06:50:57.063Z","avatar_url":"https://github.com/st235.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/st235/Chartio/master/images/preview.gif\" width=\"600\" height=\"286\"\u003e\n\n# Chartio\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.st235/chartioview/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.st235/chartioview)\n\nA lightweight linear chart library for Android\n\n## Download me\n\n__Important: library was migrated from JCenter to MavenCentral__ \n\nIt means that it may be necessary to add __mavenCentral__ repository to your repositories list\n\n```groovy\nallprojects {\n    repositories {\n        // your repositories\n\n        mavenCentral()\n    }\n}\n```\n\n- Maven\n\n```text\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.st235\u003c/groupId\u003e\n  \u003cartifactId\u003echartioview\u003c/artifactId\u003e\n  \u003cversion\u003eX.X\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n- Gradle\n\n```text\nimplementation 'com.github.st235:chartioview:X.X'\n```\n\n- Ivy\n\n```text\n\u003cdependency org='com.github.st235' name='chartioview' rev='X.X'\u003e\n  \u003cartifact name='chartioview' ext='pom' \u003e\u003c/artifact\u003e\n\u003c/dependency\u003e\n```\n\nP.S.: Check out latest version code in badge at the top of this page.\n\n## Usage\n\nTo integrate charts into projects you should start from xml\n\n```xml\n        \u003cgithub.com.st235.lib_chartio.ChartioView\n            android:id=\"@+id/chart\"\n            android:layout_width=\"match_parent\"\n            android:layout_height=\"156dp\"\n            app:lineWidth=\"4dp\"\n            android:paddingBottom=\"8dp\"\n            app:lineRoundRadius=\"4dp\"\n            app:lineColor=\"#C847F4\"\n            app:gridEnabled=\"false\"\n            app:chartFillColors=\"@array/colors2\"\n            app:chartFillPositions=\"@array/positions\"\n            app:animateOnNewData=\"true\" /\u003e\n```\n\n## Screens\n\n\u003cimg src=\"https://raw.githubusercontent.com/st235/Chartio/master/images/chart_1.png\" width=\"540\" height=\"256\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/st235/Chartio/master/images/chart_2.png\" width=\"540\" height=\"256\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/st235/Chartio/master/images/chart_3.png\" width=\"540\" height=\"256\"\u003e\n\n### License\n\n```text\nMIT License\n\nCopyright (c) 2019 - present, Alexander Dadukin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst235%2Fchartio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst235%2Fchartio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst235%2Fchartio/lists"}