Open lonewolf9277 opened 6 years ago
Hey, I think it will require some additional work and hacks to achieve that with this library. I would try to add two different sets of points, first set will hold values below the limit and the second one above the limit. Then I would also add horizontal line(only two connected points) to mark the limit. LineChartData
has an option to hold multiple Line
objects. You can turn Line
into set of points by setting Line.hasLines=false
.
That's only an idea for the start. I'm not sure if that would work, especially for realtime graph. I'm also not active in this repo any more so I don't have plans to add something like that.
Hard to say if some other library can do that. Only way to be sure is to try some of them.
Hi, I am looking to for a charting library that supports the following:
Some other libraries I have tried don't have these options. Does this library have these options?