Jump to content

MyResults graph x-axis issue


rrr10

Recommended Posts

Hi,

  When I view the 'My Results' graph, the x-axis is the day and time of the tests. Many times at a particular point on the x-axis there can be a download result at a different day and/or time than an upload result. I would expect that they both would have the same time stamp at a point on the x-axis. Does this make sense? Can this be fixed?

thx

Rod

 

Link to comment
Share on other sites

On 6/23/2019 at 9:33 PM, rrr10 said:

I would expect that they both would have the same time stamp at a point on the x-axis. Does this make sense? Can this be fixed?

 

Sorry it's taken so long.  I responded in my head when your post came in and then never actually responded. :haha:

 

Yes, that makes total sense.  What's happening is that it's pulling your query and then splitting the download and upload results into two x-axis.

 

Thinking of the programming, there are a few different ways that it can be achieved.  I think the most simple would be to alter the rendering JS for the graph and leave the structure of the query alone.

 

So it would enter blank values to match the dates so that both x-axis match up.  Right now, if there are less upload than download or less download than upload results it's only graphing the values that exist.

 

So, in short... I'll take care of that for you very soon.  Shouldn't be hard to do at all and I agree it would make it easier to understand.

 

... if you understand the roots of the database structure here, basically if you've visited since the start... it started as the flat (details) below the graph.  The graph wasn't added until later... at first it even displayed backwards  (that's the default direction for the results from a mysql query).

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...