Hello,
i have a problem with my canvas graph on a website – it works perfektly well on Android but on IOS is just showing the frame of the graph but not the data what should be in it.
Im pushing data in this graph via a php scipt from a mysql database. Basically they have a Timestamp and a Value for example:
{Timestamp: “2019-10-29 16:10:10”, Value: “99.5”}
Anyone had a simular Problem? What could be the reason/solution?
best regards,
Domenic