charts icon indicating copy to clipboard operation
charts copied to clipboard

Simple Android compose charts.

Results 19 charts issues
Sort by recently updated
recently updated
newest added

I have a bar chart with a bar set with `bar.value = 100`. Then when I update this value to `150` the following happens: From 100 it jumps to 0...

It would be nice to support Compose Multiplatform so this library can be used in Compose Web (wasm) and Desktop. Any plans to do this?

Would be nice if this library was published to maven central which is more reliable and easier to consume than jitpack.

I found the line chart couldn't show point in the correct position, for example I revise the line chart data to ``` var lineChartData by mutableStateOf( LineChartData( points = listOf(...

It would be nice to have an optional text label (inside chart) or legend (below chart) for the different slices of a PieChart, to be able to categorize them for...

Been desperately trying to figure out how to use the labelValueFormatter for the SimpleYAxisDrawer, but I just can't seem to figure out how to use it. I have a value...

Hello, can u add feature to show value on pointer.

enhancement