Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chaintech-Network/CMPCharts
https://github.com/Chaintech-Network/CMPCharts
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Chaintech-Network/CMPCharts
- Owner: Chaintech-Network
- Created: 2024-06-24T04:05:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T07:39:23.000Z (5 months ago)
- Last Synced: 2024-08-28T02:03:16.851Z (5 months ago)
- Language: Kotlin
- Size: 2.29 MB
- Stars: 79
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- mobile-awesome - CMPCharts - ✨ A very Minimal, Sleek and Lightweight Graph library for Compose Multiplatform. (Multiplatform / Android samples)
README
# Compose Multiplatform Charts(CMPCharts)
[![Maven Central](https://img.shields.io/maven-central/v/network.chaintech/cmpcharts.svg)](https://central.sonatype.com/artifact/network.chaintech/cmpcharts)
[![Kotlin](https://img.shields.io/badge/kotlin-v2.0.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Compose Multiplatform](https://img.shields.io/badge/Compose%20Multiplatform-v1.6.11-blue)](https://github.com/JetBrains/compose-multiplatform)
[![License](https://img.shields.io/github/license/Chaintech-Network/CMPCharts)](http://www.apache.org/licenses/LICENSE-2.0)![badge-android](http://img.shields.io/badge/platform-android-3DDC84.svg?style=flat)
![badge-ios](http://img.shields.io/badge/platform-ios-FF375F.svg?style=flat)✨ A very Minimal, Sleek and Lightweight Graph library for Compose Multiplatform
## ✨ Key Features
**Cross-Platform Compatibility:**
Integrates seamlessly with Compose Multiplatform projects, ensuring consistent functionality and aesthetics across iOS and Android.**Comprehensive Chart Types:**
Offers a variety of chart types including Line Charts for trends and Bar Charts for comparisons.**Flexible Customization:**
Customize colors, styles, and animations to match app design. Toggle interactive features like tooltips and zoom.**Intuitive Controls:**
Empowers users with intuitive features like data point selection and axis toggling.## 🎉 What's New in Version 2.0.2
Cloud Bubble Chart
Tree Map Chart
## 📦 Installation
Add the following dependency to your `build.gradle.kts` file:
```kotlin
commonMain.dependencies {
implementation("network.chaintech:cmpcharts:2.0.2")
}
```## 📊 Graphs Available
Straight Line Chart
Grid Line Chart
Dashed Line Chart
Multi Color Line Chart
Multiple Lines Line Chart
Multiple Lines Line Chart with different styles
Simple Bar Chart
Gradient Bar Chart
Bar Chart With Background Color
Horizontal Bar Chart
Grouped Bar Chart
Stacked Bar Chart
Solid Bubble Chart
Gradient Bubble Chart
Simple Donut Chart
Multiple Small Donut Chart
Simple Pie Chart
PieChart With Slice Labels
Guage Chart
Circular Chart
Point Chart
Bottle Chart
Segment Progress Bar Chart
Radar Chart
Heat Map Chart
Area Chart
Cloud Bubble Chart
Tree Map Chart
## 📖 Detailed Explanation
For an in-depth guide and detailed explanation, check out our comprehensive Medium Blog Post.[![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white)](https://medium.com/mobile-innovation-network/introducing-compose-multiplatform-charts-solution-for-seamless-charts-integration-to-app-488355a6e098)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/showcase/mobile-innovation-network)## 📄 License
```
Copyright 2023 Mobile Innovation NetworkLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```