Overview of Koala Plot features
mainKoala Plot is a Compose Multiplatform-based charting library for Android, Desktop, iOS, and Web. Most plot elements are Composables, allowing for deep customization of colors, fonts, borders, and user interactions.
Supported chart types include:
- Pie and Donut charts: With hover effects, customizable labels, and donut center content.
- Line graphs: Supporting linear/log axes, numeric/category axes, zoom/pan, shaded areas (area charts), and various curve types (linear, stairstep, Bezier).
- Stacked area graphs: For plotting multiple lines with accumulated shaded areas.
- Vertical bar graphs: Supporting clustered and stacked bars, as well as negative values.
- Bullet Graphs: For individual or multiple vertically aligned metrics.
- Radar/Polar/Spider plots: Supporting lines, areas, and symbols with configurable origin and orientation.
- Heatmaps
- Layouts and Legends: Includes chart layout positioning (title, plot, legend) and legend layouts (single column or flow-layout).