Charts 2.0.1
Welcome to the Charts documentation! This library provides a simple way to create beautiful charts in Kotlin Multiplatform applications.
What's New in 2.0.1
π Fixes
- ProGuard Configuration: Fixed ProGuard rules to prevent issues with minified builds (#225)
β¬οΈ Updates
- Compose 1.9.2: Updated to Compose Multiplatform 1.9.2 for improved performance and compatibility (#234)
- Dependencies: Updated Gradle and other dependencies to latest stable versions (#234)
π Documentation
- Documentation Improvements: Enhanced overall documentation quality (#226)
π¨ Demo App
- Theme Improvements: Enhanced dark mode support and dynamic color handling (#220)
π§ CI/CD
- Snapshot Releases: Added automated snapshot release workflow (#235, #236)
- Documentation Deployment: Improved docs and JS demo generation workflows (#237)
Getting Started
New to Charts? Check out our Getting Started Guide to learn how to integrate the library into your project and create your first charts in minutes.
Interactive JS Demo
Explore the capabilities of Charts library with our interactive demo. This live showcase demonstrates all chart types and customization options available in the current version.
Documentation
- API Documentation - Detailed API reference
- Interactive Demo - Explore all chart types and customization options
- Examples - Code samples
- Example Project