[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7261":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":22,"topics":23,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":18,"lastSyncTime":31,"discoverSource":32},7261,"williamchart","diogobernardino\u002Fwilliamchart","diogobernardino","Android Library to rapidly develop attractive and insightful charts in android applications.","",null,"Kotlin",5107,793,143,31,0,1,2,39.7,false,"master",true,[24,25,26,27,5],"android","android-library","charts","java","2026-06-12 02:01:36","# williamchart ![phone][2]![watch][3] (not longer maintained)\n\n[![Kotlin Version](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fkotlin-1.4.10-blue.svg)](https:\u002F\u002Fkotlinlang.org)\n[![API](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FAPI-16%2B-brightgreen.svg?style=flat)](https:\u002F\u002Fandroid-arsenal.com\u002Fapi?level=16)\n[![CodeFactor](https:\u002F\u002Fwww.codefactor.io\u002Frepository\u002Fgithub\u002Fdiogobernardino\u002Fwilliamchart\u002Fbadge)](https:\u002F\u002Fwww.codefactor.io\u002Frepository\u002Fgithub\u002Fdiogobernardino\u002Fwilliamchart)\n\nWilliamchart is an Android Library to rapidly implement attractive and insightful charts in android applications.\n\nNote: WilliamChart v3 has been completely re-written from scratch in Kotlin and does not guarantee any API\u002Ffeatures compatibility with previous versions. Android development has been evolving quickly, and much has changed since I first started developing williamchart (e.g patterns, testing, tools), so I decided it was time to rewrite it with all these new tools in mind. I intend to keep it as light and modular as possible.\n\n![screenshot][4]\n\n### Gradle \n\n``` groovy\n\u002F\u002F Charts\nimplementation 'com.diogobernardino:williamchart:3.10.1'\n\n\u002F\u002F Tooltips\nimplementation 'com.diogobernardino.williamchart:tooltip-slider:3.10.1'\nimplementation 'com.diogobernardino.williamchart:tooltip-points:3.10.1'\n```\n\nIf you find this library useful and decide to use it in your projects please drop me a line [@dfbernardino][1], I will be happy to know about it.\n\n### Usage\n\n#### All charts\n\n```xml\n\u003Ccom.db.williamchart.view.chart_view\n  ...\n  app:chart_labelsColor=\"color\"\n  app:chart_labelsSize=\"dimension\"\n  app:chart_labelsFont=\"font\" \n\u002F>\n```\n\n#### Line Chart\n\n```xml\n\u003Ccom.db.williamchart.view.LinechartView\n  ...\n  app:chart_lineColor=\"color\"\n  app:chart_lineThickness=\"dimension\"\n  app:chart_smoothLine=[ \"true\" | \"false\" ]\n  app:chart_pointDrawable=\"drawable\" \n\u002F>\n```\n\n#### Bar Chart\n\n```xml\n\u003Ccom.db.williamchart.view.BarChartView|HorizontalBarChartView\n  ...\n  app:chart_spacing=\"dimension\"\n  app:chart_barsColor=\"color\"\n  app:chart_barsBackgroundColor=\"color\"\n  app:chart_barsRadius=\"dimension\" \n\u002F>\n```\n\n#### Donut Chart\n\n```xml\n\u003Ccom.db.williamchart.view.DonutChartView\n  ...\n  app:chart_donutThickness=\"dimension\"\n  app:chart_donutBackgroundColor=\"color\"\n  app:chart_donutRoundCorners=\"boolean\"\n  app:chart_donutTotal=\"float\"\n\u002F>\n```\n\n\nLicense\n-------\n\n    Copyright 2019 Diogo Bernardino\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n[1]: https:\u002F\u002Ftwitter.com\u002Fdfbernardino\n[2]: .\u002Fart\u002Fphone.png\n[3]: .\u002Fart\u002Fwatch.png\n[4]: .\u002Fart\u002Fdemo_screenshot.png\n","Williamchart是一个用于在Android应用中快速开发美观且富有洞察力图表的库。该项目使用Kotlin语言编写，支持多种类型的图表如折线图、柱状图和环形图等，并提供了丰富的自定义选项来调整图表样式。其设计注重轻量级与模块化，易于集成到现有项目中。尽管不再维护，但对于需要在较旧版本Android系统（API 16及以上）上实现数据可视化功能的应用来说，它仍然是一个不错的选择。通过简单的Gradle依赖添加及XML配置即可开始使用。","2026-06-11 03:11:27","top_language"]