newbie_01 Posted October 1, 2009 Share Posted October 1, 2009 Hi all, Does anyone have an example of a PHP script that can do filled line graph? Basically, for example, if I want to graph network traffic on a weekly basis and by the hour, my Y-axis will be network traffic 0 -100 and my X-axis will be the the hours of the day 0 - 23 in 30-minute interval and I want to plot the data as filled line graph. The graph will obviously be overlapping each other, so I need to be able to click on Monday and the Monday graph data will be highlighted, if I click on Tuesday, the Tuesday graph data will be highlighted and so on. Any suggestion will be very much appreciated. Thanks in advance. BTW, the data will be coming from a CSV delimited file. Link to comment https://forums.phpfreaks.com/topic/176155-help-on-doing-filled-lined-graph/ Share on other sites More sharing options...
Bricktop Posted October 1, 2009 Share Posted October 1, 2009 Hi newbie_01, Have a look at PHPlot at http://phplot.sourceforge.net/ Hope this helps. Link to comment https://forums.phpfreaks.com/topic/176155-help-on-doing-filled-lined-graph/#findComment-928301 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.