I'm generating a graph with JPGraph and it ends before it should, with a gap (it does not remove data, though). Not only that, it also adds some weird numbers, they look like hours and minutes, but some are different than my hour format which is HH:ii, so I don't know what they are. These numbers are not stable and change depending by how much dates the xaxis has (I guess).
In fact, there is no issue with a tenth of the data used for the previous chart:
I've already checked everything regarding the data I pass to the
functions, both the dates and the actual data have the same count().
This issue only arises when using the scale $graph->SetScale("datlin"), in fact if I use textlin this does not happen, but the tick count is not automatic, like with the datlin scale.
I don't know if it's a bug in the library or if I'm doing something wrong.
Here is the code: