Milan Zimmermann
Milan Zimmermann
Hi Vijay, Thanks for the changes, I appreciate this. I have been, for the last few weeks, sitting on my changes migrating to 2.0, which overlap your changes, so I...
@jovanovski : If your question is still relevant: Setting a per-bar color is currently not supported in flutter_charts. Please let me know if this is still relevant and I would...
@love-bk : If this is still relevant, can you please provide some details as to what you were doing and what is the message? flutter_charts_sample_app is just a test project...
That sounds definitely good. I also considered adding ability to set X values as numbers in the past, but then thought for most apps user could manage that by setting...
Also to add some thoughts on providing X values instead of labels that I had (and why I discarded it originally) If the data x values are 1) Evenly spaced...
Jason, this looks great (I did not run your code yet, but am looking at it now). A few things: 1. I agree with you the ChartData2D should be in...
>> if I see it correctly, you are painting evenly spaced x labels from the x domain, and the data points that exist in data, is that right? > Yes,...
Hi Jason: I just pushed the added android and ios directories to master.. Yes, they were on gitignore, somehow I did not realize they are needed to run. Sorry about...
Thanks for feedback Jason.