Jump to content

more room on the bar graph


Recommended Posts

because that would most likely require much more coding and another database... depending on how it was designed... its much easier for people to live with it, especially since it isn't a problem...

Link to comment
Share on other sites

Actually I can work in a graph that goes farther for faster connections

basically

if ($speed > 4000){

    $graph = graph_2();

}else{

    $graph = graph_1();

}

Something as simple as that, well allot more than that but the basic principle is there. 

Then I just have to create the functions...... I have planned on doing this for a long time, just never got around to it.  The bigger graph would show instead of showing 'off chart' and there will actually be two extra graphs, so three total.  One for people 1 - 4000 Kbps, another for people 4001 - 8000 Kbps and the last one for people who are 8001 - 20000 Kbps -- anyone faster than that will see 'off chart' on the biggest chart.

I will try and get on this soon...  Thanks for the suggestion.

Link to comment
Share on other sites

that doesn't sound so hard... the way i was thinking of it was a completely separate test and result page, along with a separate database... which if i think about it, still wouldn't be that hard...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...