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

1、Upgrading dependent Versions. 2、Adapt Android 12

Hello, I am looking for a library to display graphics in my Compose Desktop application. I came across yours, so I tried to integrate it as shown [here](https://jitpack.io/#tehras/charts). But when...

App compiles, but crashes when tries to show the LineChart. I updated Compose version to 1.0.4, and still get it. java.lang.NoSuchFieldError: No field Stroke of type Landroidx/compose/ui/graphics/PaintingStyle; in class Landroidx/compose/ui/graphics/PaintingStyle;...

bug
good first issue

I am having this error when I want to display a Bar Chart. Here it is my code using this repository: `@Composable fun MyBarChartParent() { BarChart( barChartData = BarChartData( bars...

bug
good first issue

As per the compose-beta07 release notes: ![image](https://user-images.githubusercontent.com/78420592/118983545-396a7880-b985-11eb-929a-9d146e3dfe9a.png)

I have been trying to add this library to my project and getting below error at the time of syncing the library. My project's Compose version is 1.0.0 and tehra's...

Hi there, I think it'd be very helpful if the app could support theming, maybe just adding a default parameter to each chart type with the colors used inside?

enhancement
good first issue

Hi there, thank you for the work in this lib, I've been using it for a bit and I noticed that the chart doesn't show the exact values for the...