Page 4 of 5

Re: Highcharts 'Recent' graphs

Posted: Sun 12 Jan 2014 8:20 am
by laulau
these allow you to use whatever zoom level you want
I don't understand how to do that! :oops:

Re: Highcharts 'Recent' graphs

Posted: Sun 12 Jan 2014 4:21 pm
by mcrossley
laulau wrote: I don't understand how to do that! :oops:
And I don't quite understand what you don't understand! :lol:

You should see some 'zoom' buttons at the top left of the graph - 6h, 12h, 1d, 2d ? You can use those to select how much data is shown in the main graph, or you can use the 'handles' on the navigator graph below to select any arbitrary range you like.

Re: Highcharts 'Recent' graphs

Posted: Sun 12 Jan 2014 5:39 pm
by laulau
It was a cache issue :bash:

Re: Highcharts 'Recent' graphs

Posted: Sun 12 Jan 2014 5:41 pm
by steve
laulau wrote:cache issue
bless you

Re: Highcharts 'Recent' graphs

Posted: Sun 12 Jan 2014 6:00 pm
by mcrossley
steve wrote:
laulau wrote:cache issue
bless you
Oh dear! :lol: :lol: :bash:

Re: Highcharts 'Recent' graphs

Posted: Mon 13 Jan 2014 5:34 am
by N0BGS
Bwahahahahahahaha!


...i don't get it :lol: :lol: :lol:

Re: Highcharts 'Recent' graphs

Posted: Mon 13 Jan 2014 10:16 am
by JennyLeez
Hi :)

Before I try my hand at these graphs, What is this bit at the bottom doing please?

Code: Select all

  <script>
    window.onload = function () {
      var curImg = new Image();
      curImg.src = "http://cumulussites.net/button.php?u=mcrossley";
    }
  </script>
Cheers
Jenny

Re: Highcharts 'Recent' graphs

Posted: Mon 13 Jan 2014 12:40 pm
by mcrossley
You want to delete that, it is my Cumulus Top Sites code!

I haven't released any 'generic' code for this, you will have to take it from my 'live' pages and adapt it ;)

Re: Highcharts 'Recent' graphs

Posted: Mon 13 Jan 2014 7:44 pm
by N0BGS
Mark:

I notice that the pressure function in recentGraphs.min.js is calling realtimeLogSql2.php while all the other functions are calling realtimeLogSql.php

Apparently, your current realtimeLogSql2.php is a newer version of realtimeLogSql2.php?

Just wondering if there was a particular reason for this since either one seems to work.

Thanks,

--Kurt

Re: Highcharts 'Recent' graphs

Posted: Mon 13 Jan 2014 7:46 pm
by JennyLeez
mcrossley wrote:You want to delete that, it is my Cumulus Top Sites code!
So on page load, that wee script would vote for you?
I haven't released any 'generic' code for this, you will have to take it from my 'live' pages and adapt it ;)
Yep all good there, I am well practiced at playing with your inventions :)

Cheers

Re: Highcharts 'Recent' graphs

Posted: Mon 13 Jan 2014 8:32 pm
by mcrossley
N0BGS wrote:Mark:

I notice that the pressure function in recentGraphs.min.js is calling realtimeLogSql2.php while all the other functions are calling realtimeLogSql.php

Apparently, your current realtimeLogSql2.php is a newer version of realtimeLogSql2.php?

Just wondering if there was a particular reason for this since either one seems to work.

Thanks,

--Kurt
No difference at all - if it only returns one data field. I am using the 2 version to test out some ideas. They don't work at present.

Re: Highcharts 'Recent' graphs

Posted: Mon 13 Jan 2014 9:04 pm
by N0BGS
Thanks, Mark. Typo in my original question which you were obviously able to interpret.

I meant to say, "Apparently, your current realtimeLogSql.php is a newer version of that script and realtimeLogSql2.php is the original renamed?"

Doh! :roll:

Thanks again,

--K

Re: Highcharts 'Recent' graphs

Posted: Sat 12 Apr 2014 6:19 pm
by mm23
I have a problem with my recent Higcharts graphs. Well, I made my monthly and dayfile table with ImportCumulus file.php and that's all ok. But when I use php command to make my realtime table I got bad table return. It is because data format in monthly and dayfile files have comma for decimal separator, and the data are separated by a semicolon, and realtime file have a point as decimal separator and data are separated by a space.
Well It seems that I need realtime files with comma for decimal separator and with data separated with semicolon......or not?

Please help me somebody.

Thanks

Re: Highcharts 'Recent' graphs

Posted: Thu 11 Jul 2019 4:49 pm
by malmeida
I have exactly the same problem. Have you resolved it?

Re: Highcharts 'Recent' graphs

Posted: Thu 11 Jul 2019 5:57 pm
by nitrx
As far as i know the realtime.txt can only have issues with the date ergo slashes or minus sign. / - this must be adjusted in the import PHP scripts.