AppDevNext / AndroidChart

A fork from dead upstream with a lot of merged pull requests from upstream. Including Espresso tests and screenshot tests
Other
111 stars 16 forks source link

Support Float.NAN values as part of data #190

Open johnnyzen opened 9 months ago

johnnyzen commented 9 months ago

It seems like Float.NaN is supported.

If I prefill a dataset with say 200 Float.NaN values, and then add valid data, nothing is drawn?

Is this as expected?

I was expecting a gap and then the data on the linechart.

hannesa2 commented 9 months ago

Is this as expected?

No. If you have a solution, I'm happy to merge the pull request