AAY-chart icon indicating copy to clipboard operation
AAY-chart copied to clipboard

A chart library for Compose Multiplatform

Results 37 AAY-chart issues
Sort by recently updated
recently updated
newest added

Grids and text labels horizontally wrong calculated. If i add more data more errors like in positions and lack of scrolling and a lot of errors. ![Screenshot 2024-05-06 200005](https://github.com/TheChance101/AAY-chart/assets/144218835/9100e8d4-0e54-4ec4-8e93-bacd7043eb3e)

I copied the line chart code from the README that has the 3 lines. Currently running on desktop. When I hover or click on the chart nothing happens. 1. Is...

close #74 hi, I fixed #74 [Elements accept and respect a Modifier parameter](https://github.com/androidx/androidx/blob/androidx-main/compose/docs/compose-api-guidelines.md#elements-accept-and-respect-a-modifier-parameter)

I had a dataset of 29 entries. I had isGris=true. After rendering the Linechart there was a additional blue grid line at the end of the chart after the last...

Would be very cool to allow the area to arrive to the max corner, there is always an extra space

when i add more data the line chart is getting smaller in the width. In this below image there are 11 data points ![image](https://github.com/TheChance101/AAY-chart/assets/54829362/e5375062-a0c9-493f-a771-a795f9be90a4) and in this below image there...

implementation("io.github.thechance101:chart:Beta-0.05")

I fixed this problem https://github.com/TheChance101/AAY-chart/issues/99 Problem: Instead of using the correct PI in the calculation, (22/7) is used for PI. This causes the problem because (22/7) is not the same...