climateprediction.net home page
New tasks, Charts

New tasks, Charts

Message boards : Number crunching : New tasks, Charts
Message board moderation

To post messages, you must log in.

Previous · 1 · 2 · 3 · 4 · Next

AuthorMessage
Alex Plantema

Send message
Joined: 3 Sep 04
Posts: 126
Credit: 26,363,193
RAC: 0
Message 48573 - Posted: 27 Mar 2014, 13:21:34 UTC - in response to Message 48572.  

It still doesn't work. There's one difference with https://code.google.com/p/google-visualization-api-issues/issues/detail?id=936: it's before the head element instead of inside it. I don't know if that's important.
ID: 48573 · Report as offensive     Reply Quote
tullus

Send message
Joined: 16 May 13
Posts: 48
Credit: 475,901
RAC: 0
Message 48574 - Posted: 27 Mar 2014, 13:40:08 UTC - in response to Message 48573.  
Last modified: 27 Mar 2014, 13:40:40 UTC

It still doesn't work. There's one difference with https://code.google.com/p/google-visualization-api-issues/issues/detail?id=936: it's before the head element instead of inside it. I don't know if that's important.


Arg, fixed.

Oh, and could you:
Would you mind looking at:
https://developers.google.com/chart/interactive/docs/gallery
If the "Line Chart" there is not visible, then I will just give up on IE8...
ID: 48574 · Report as offensive     Reply Quote
Alex Plantema

Send message
Joined: 3 Sep 04
Posts: 126
Credit: 26,363,193
RAC: 0
Message 48576 - Posted: 27 Mar 2014, 19:44:55 UTC - in response to Message 48574.  

It makes no difference.
The line chart is displayed correctly.
ID: 48576 · Report as offensive     Reply Quote
tullus

Send message
Joined: 16 May 13
Posts: 48
Credit: 475,901
RAC: 0
Message 48579 - Posted: 27 Mar 2014, 20:59:36 UTC - in response to Message 48576.  

Hmm, I actually found a syntax error which was affecting only the In progress part, hopefully IE likes the page a bit more now.
ID: 48579 · Report as offensive     Reply Quote
Alex Plantema

Send message
Joined: 3 Sep 04
Posts: 126
Credit: 26,363,193
RAC: 0
Message 48591 - Posted: 28 Mar 2014, 8:28:06 UTC - in response to Message 48579.  

Now the page is complete!
ID: 48591 · Report as offensive     Reply Quote
Alex Plantema

Send message
Joined: 3 Sep 04
Posts: 126
Credit: 26,363,193
RAC: 0
Message 48683 - Posted: 2 Apr 2014, 16:57:46 UTC

Only the table is shown now, both in IE 8 and Firefox 28.0.
ID: 48683 · Report as offensive     Reply Quote
tullus

Send message
Joined: 16 May 13
Posts: 48
Credit: 475,901
RAC: 0
Message 48686 - Posted: 3 Apr 2014, 6:39:11 UTC - in response to Message 48683.  

Yes, a new application "hadam3pm2 (Global only model with MOSES II land scheme) (Linux and Mac only) (currently no graphics)" seems to have appeared. I knew this would create trouble since not all of the code handles this well. I will fix it at some point, but am currently swamped in other work, so don't hold your breath.

I might post the code on github or similar if anyone is interested in tinkering with it (python code).
ID: 48686 · Report as offensive     Reply Quote
tullus

Send message
Joined: 16 May 13
Posts: 48
Credit: 475,901
RAC: 0
Message 48701 - Posted: 3 Apr 2014, 14:26:39 UTC - in response to Message 48686.  

Or maybe not. Temporarily back online!
ID: 48701 · Report as offensive     Reply Quote
WB8ILI

Send message
Joined: 1 Sep 04
Posts: 161
Credit: 81,421,805
RAC: 1,225
Message 48708 - Posted: 4 Apr 2014, 15:14:27 UTC

Tullis -

Great job on the chart.

One minor tweak - since the graphs show local time when you drag a mouse over them, why not make the title at the top local time instead of Norway time?

Or just make everything UTC?


ID: 48708 · Report as offensive     Reply Quote
Profile mo.v
Volunteer moderator
Avatar

Send message
Joined: 29 Sep 04
Posts: 2363
Credit: 14,611,758
RAC: 0
Message 48710 - Posted: 4 Apr 2014, 19:17:16 UTC

I've mentioned it in the forum News thread at the top of Number Crunching here.
Cpdn news
ID: 48710 · Report as offensive     Reply Quote
tullus

Send message
Joined: 16 May 13
Posts: 48
Credit: 475,901
RAC: 0
Message 49081 - Posted: 12 May 2014, 18:46:34 UTC - in response to Message 48708.  

Tullis -

Great job on the chart.

One minor tweak - since the graphs show local time when you drag a mouse over them, why not make the title at the top local time instead of Norway time?

Or just make everything UTC?



Hi! Fixed the timezone irregularities. I tried javascripts toLocaleString, which played nicely with firefox, but displayed US time in chrome. So the title now uses toUTCString() which will hopefully play nicely across browsers and borders. The charts are still local.
http://ob.cakebox.net/cpdn_status/server_status.html

In other news: I was contacted by a CPDN system administrator about giving the above service a more official status, I sent a positive reply but have not heard back. Will let you know how it goes.
ID: 49081 · Report as offensive     Reply Quote
Profile Alan K

Send message
Joined: 22 Feb 06
Posts: 484
Credit: 29,579,234
RAC: 4,572
Message 49086 - Posted: 13 May 2014, 15:06:51 UTC - in response to Message 49081.  

Title great! Chart has dissappeared though:-((
ID: 49086 · Report as offensive     Reply Quote
Profile Dave Jackson
Volunteer moderator

Send message
Joined: 15 May 09
Posts: 4314
Credit: 16,378,503
RAC: 3,632
Message 49087 - Posted: 13 May 2014, 18:22:50 UTC - in response to Message 49086.  

Seems to have returned at least with my firefox under linux. Takes a second to appear after the rest of the page has loaded but that may be my connection.
ID: 49087 · Report as offensive     Reply Quote
tullus

Send message
Joined: 16 May 13
Posts: 48
Credit: 475,901
RAC: 0
Message 49088 - Posted: 13 May 2014, 18:53:35 UTC - in response to Message 49086.  

chavk: Could you confirm that the chart has disappeared? What browser/OS?

I am seeing the slow loading of the charts myself. Probably caused by the, by now rather large, number of datapoints. It is due for a rewrite anyway, so I will probably try to reduce the number of old datapoints showing (by reducing number of points in the linear regions of the charts). Or just chop away old data.

Thanks for the feedback.
ID: 49088 · Report as offensive     Reply Quote
Alex Plantema

Send message
Joined: 3 Sep 04
Posts: 126
Credit: 26,363,193
RAC: 0
Message 49089 - Posted: 13 May 2014, 19:48:23 UTC - in response to Message 49088.  

No problems in Firefox and IE 11. IE 8 shows the title only.
ID: 49089 · Report as offensive     Reply Quote
Profile Alan K

Send message
Joined: 22 Feb 06
Posts: 484
Credit: 29,579,234
RAC: 4,572
Message 49094 - Posted: 14 May 2014, 11:32:47 UTC - in response to Message 49088.  

Hi

IE9 and W7. OK in Firefox.
ID: 49094 · Report as offensive     Reply Quote
tullus

Send message
Joined: 16 May 13
Posts: 48
Credit: 475,901
RAC: 0
Message 49126 - Posted: 16 May 2014, 10:04:38 UTC - in response to Message 49094.  

ID: 49126 · Report as offensive     Reply Quote
Profile Alan K

Send message
Joined: 22 Feb 06
Posts: 484
Credit: 29,579,234
RAC: 4,572
Message 49127 - Posted: 16 May 2014, 10:22:56 UTC - in response to Message 49126.  

Looks to be sorted now. Thanks.
ID: 49127 · Report as offensive     Reply Quote
Alex Plantema

Send message
Joined: 3 Sep 04
Posts: 126
Credit: 26,363,193
RAC: 0
Message 49145 - Posted: 18 May 2014, 7:23:23 UTC - in response to Message 49126.  

IE 8 only displays the table. This is the error message:

Foutdetails webpagina

Gebruikersagent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Tijdstempel: Sun, 18 May 2014 07:20:05 UTC


Bericht: Script error
Regel: 0
Teken: 0
Code: 0
URI: http://www.google.com/uds/api/visualization/1.1/d9ce8b8e2d646004c8ba3db517b9694f/format+nl,default+nl,ui+nl,controls+nl,corechart+nl.I.js

ID: 49145 · Report as offensive     Reply Quote
tullus

Send message
Joined: 16 May 13
Posts: 48
Credit: 475,901
RAC: 0
Message 49151 - Posted: 18 May 2014, 12:12:36 UTC - in response to Message 49145.  

I have removed a trailing comma, try IE again.
ID: 49151 · Report as offensive     Reply Quote
Previous · 1 · 2 · 3 · 4 · Next

Message boards : Number crunching : New tasks, Charts

©2024 climateprediction.net