![]() |
User Bar Graph - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: User Bar Graph (/showthread.php?tid=61168) |
User Bar Graph - El Forum - 10-04-2014 [eluser]riwakawd[/eluser] Using flot bar graph or something similar with codeigniter is it possible to show how many users have been online per day and per month. I have a column on my user row called isLogged and it tells me ether if user is logged on or off. 1 begin is logged on. 0 begin is logged off. Have been trying to find some demos but no luck. User Bar Graph - El Forum - 10-05-2014 [eluser]Tpojka[/eluser] Maybe you could try with google charts or D3 javascript library or something similar. |