YCharts icon indicating copy to clipboard operation
YCharts copied to clipboard

YCharts is a graph library for Android.

Results 40 YCharts issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://togithub.com/Kotlin/kotlinx.coroutines) | `1.7.1` -> `1.7.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kotlinx-coroutines-core/1.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

# Related Tickets Fixes #129 # Description RTL support for LineChart Scroll. Typically, date charts start in RTL mode. Adapted the currentScroll for drawing functions. The LayoutDirection must not be...

Basically no matter what I do, 2 vertical gray bars appears at the beginning (where the Y axis is) and also at the end of the graph, I tried pretty...

# Description Fixed a runtime bug where the DataUtils class was throwing a NumberFormatException exception related to an attempt to convert an “n,n” string to float # Validation In the...

i.e. Pie Chart example doesnt work in the readme because PieChartData misses the plotType parameter (among other missing things)

How to make the height of the bar be relative to yaxis values? When i set max yaxis value = 20 and a point has y value 19 it is...

Hi, even in the readme images this is visible ![image](https://github.com/user-attachments/assets/9f17e34a-0d48-4a26-993d-472fe7f09cd7) how can I add some padding so that the first label and point are fully visible. thank you