Android Question Line chart with data gaps

Alban

Member
Licensed User
Longtime User
Hi all,

My app includes plotting some data entered by the user on a regular time period (like, every day). I'm using the charts lib from B4A. My problem is that it is likely that there will be gaps in the data if the user doesn't enter a value for one or more days.
I'm not sure how to best handle this using Charts. AddLinePoint doesn't allow a change of color inside the line itself (to make it transparent when data are lacking for example). Using a 0 value or the same value as the previous one lead to ugly or misleading graphs.

What would be the best way to go ?

Thanks,

Alban
 
Top