Madrapps / plot

An android compose library with different Graphs and Charts
Apache License 2.0
156 stars 20 forks source link

Looking for the following functionality #16

Open atzianaco opened 1 year ago

atzianaco commented 1 year ago
  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 without the need to scroll through the data. Right now after I display the data I have to scroll to the right to see the latest data sets. I want to present all the data to the user without the need for scrolling. Is there a way to do it in the current release?

I like what you have done here; if the above features are not already implemented then is it possible for you to add these in a future release. At the moment we can't use this library as is unless (1) and (2) are resolved.