plot icon indicating copy to clipboard operation
plot copied to clipboard

An android compose library with different Graphs and Charts

Results 13 plot issues
Sort by recently updated
recently updated
newest added

Is it possible to provide the gradient color to area chart?

good first issue
question

It would be great if there was an option to enable drawing curved lines i.e. bezier paths

enhancement

The build.gradle.kts file contains the code for creating a nexus repository. BUt where is the code which enables the publish plugin to actually publish the artifact??

Add option to round YAxis intervals / ticks to nice numbers, i.e. 1,2,5 and all power-of-ten multiples of these numbers, like in this [stackoverflow thread](https://stackoverflow.com/questions/8506881/nice-label-algorithm-for-charts-with-minimum-ticks). Standard intervals: ![Chart_1](https://user-images.githubusercontent.com/28293626/161836889-5e01105b-873c-48f5-a115-5e2976917e55.PNG) Nice number...

It seems like XAxis.stepSize is not synchronized to the xOffset between DataPoints. Changing stepSize only has effect on XAxis, not on Line ``` val ethereumOneWeek = listOf( DataPoint(1f, 2938.67f), DataPoint(2f,...

The background color for the canvas is hard coded to MaterialTheme.colors.surface Just add an optional argument to the LineGraph composable for the graph background color, then set the bgColor variable...

I am currently using MPAndroidChart, but this library seems much more practical for my needs and do plan on switching over to it However, the biggest downfall of what I'm...

question

When I try to display one single datapoint, the y axis displays the same value 5 times and the dot is not visible.

1. I want to show the Y-Axis on the right hand side of the graph. Is it possible? 2. I want to show all the data in a single view...