flot with Time series data is not working on Iphone

102 views
Skip to first unread message

_zebede _

unread,
Jun 7, 2016, 10:07:47 AM6/7/16
to Flot graphs
      var d1 = [];
      var dt=  '2016/04/29 09:22:51Z';
      var DT= Date.parse(dt);
 
for (var t = 0; t <= 3000; t += 1) 
{
var DT = new Date(DT.valueOf() + 30*1000); 
d1.push( [    DT  ,     t     ]);
};

Flot with such data works on desktop devices but not displayed on IPhone
 

Victor Poblet

unread,
Jan 23, 2017, 10:11:55 AM1/23/17
to Flot graphs
Hi, did you find any solution to show it up in Iphone?

I'm very frustrated. ;(


El dimarts, 7 juny de 2016 16:07:47 UTC+2, _zebede _ va escriure:
Reply all
Reply to author
Forward
0 new messages