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

# Description This makes it possible to make pie charts transparent. # Validation Try making the pie chart transparent with previous version and try making it transparent with this change....

Is it possible to have a non-scrollable LineChart? I can't find a configuration to do so.

Did I do wrong when setting the chart? All I did is put my data in the chart component, as you can see the data in y value is 1...

Hi, i have some ui-tests. And if run these tests and i want to test my ui with some charts, these tests are failing. If i temporarily disable the charts,...

When I am using multiple line in line chart the popup data not shown correctly. ![image](https://github.com/codeandtheory/YCharts/assets/50891438/b37252c5-2ee5-40d5-8eba-b47ba8326c6d) this is my code ![image](https://github.com/codeandtheory/YCharts/assets/50891438/9f208cbe-3a4b-46a2-b4ab-353112c1d0a8) chartLine code ![image](https://github.com/codeandtheory/YCharts/assets/50891438/77fb2b45-e9b2-4f6b-9fa1-28c1c9a1f49d)

please add animations to the charts. Here is an example ![20240321_215651](https://github.com/codeandtheory/YCharts/assets/28716129/221cfa74-fe3e-428f-a463-36792d4b34e1)

for example: ```kotlin SelectionHighlightPopUp(popUpLabel = {x,y-> Column { Text("Title") Text("x: $x") } }) ```

# Description `barWidth` is a parameter in `BarStyle` and not a direct parameter of `BarChartData`. The sample app uses the same API, but the change was not reflected in `README.md`...

Im using my own custom Material 3 Theme which is giving this error when i try to run my app: `java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mcnut.banking/com.mcnut.banking.fragments.LoginActivity}: java.lang.IllegalStateException: You need to...

Adding Color.Transparent to ```Kotlin val donutChartConfig = PieChartConfig( backgroundColor = Color.Transparent, //transparent color strokeWidth = 120f, activeSliceAlpha = .9f, isAnimationEnable = true, labelVisible = true, labelColor = Color.Black, isEllipsizeEnabled =...