β¨ A very Minimal, Sleek and Lightweight Graph library for Compose Multiplatform
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.
|
|
Add the following dependency to your build.gradle.kts
file:
commonMain.dependencies {
implementation("network.chaintech:cmpcharts:2.0.2")
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For an in-depth guide and detailed explanation, check out our comprehensive Medium Blog Post.
Copyright 2023 Mobile Innovation Network
Licensed 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 at
http://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.