Ero sivun ”Widget:Algal graph” versioiden välillä
Järvi-meriwikistä
p (Tekstin korvaus – ”var annotation = '';” muotoon ”var annotation = null;”) |
p (Tekstin korvaus – ”|limit=1000” muotoon ”|limit=2000”) |
||
(6 välissä olevaa versiota samalta käyttäjältä ei näytetä) | |||
Rivi 4: | Rivi 4: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | + | function <!--{$id|default:drawAlgalChart|escape:'html'}-->_jQueryTest() { | |
− | + | if ( typeof window.jQuery == 'undefined' ) { | |
+ | setTimeout( function(){ <!--{$id|default:drawAlgalChart|escape:'html'}-->_jQueryTest() }, 300); | ||
+ | } else { | ||
+ | google.charts.load( 'current', { 'packages':[ 'corechart' ], 'language': 'fi' } ); | ||
+ | google.charts.setOnLoadCallback(<!--{$id|default:drawAlgalChart|escape:'html'}-->_func); | ||
+ | } | ||
+ | } | ||
+ | setTimeout( function(){ <!--{$id|default:drawAlgalChart|escape:'html'}-->_jQueryTest() }, 300); | ||
− | + | function <!--{$id|default:drawAlgalChart|escape:'html'}-->_func() { | |
var siteName = '<!--{$page|escape:'urlpathinfo'}-->'; | var siteName = '<!--{$page|escape:'urlpathinfo'}-->'; | ||
Rivi 16: | Rivi 23: | ||
searchStr += "[[Havainto::>0]][[SiteID::" + SiteID + "]]"; | searchStr += "[[Havainto::>0]][[SiteID::" + SiteID + "]]"; | ||
searchStr += encodeURI("[[Tyyppi::Levätilanne]]"); | searchStr += encodeURI("[[Tyyppi::Levätilanne]]"); | ||
− | searchStr += encodeURI("|?Päivämäärä|?Levätilanne|?Tiedosto|?Lisätiedot|sort=Päivämäärä|limit= | + | searchStr += encodeURI("|?Päivämäärä|?Levätilanne|?Tiedosto|?Lisätiedot|sort=Päivämäärä|limit=20000"); |
searchStr += '&format=json'; | searchStr += '&format=json'; | ||
jQuery.ajax({ | jQuery.ajax({ | ||
Rivi 54: | Rivi 61: | ||
zi++; | zi++; | ||
resultItem = request.query.results[i].printouts; | resultItem = request.query.results[i].printouts; | ||
− | obsDate = new Date(toDateFromSecsSince1970(resultItem.Päivämäärä[0])); | + | obsDate = new Date(toDateFromSecsSince1970(resultItem.Päivämäärä[0].timestamp)); |
algNum = resultItem.Levätilanne[0]; | algNum = resultItem.Levätilanne[0]; | ||
if (resultItem.Lisätiedot[0] != undefined) { freeTxt = resultItem.Lisätiedot[0]; } | if (resultItem.Lisätiedot[0] != undefined) { freeTxt = resultItem.Lisätiedot[0]; } | ||
Rivi 153: | Rivi 160: | ||
zi++; | zi++; | ||
resultItem = request.query.results[i].printouts; | resultItem = request.query.results[i].printouts; | ||
− | obsDate = new Date(toDateFromSecsSince1970(resultItem.Päivämäärä[0])); | + | obsDate = new Date(toDateFromSecsSince1970(resultItem.Päivämäärä[0].timestamp)); |
val = resultItem.Levätilanne[0]; | val = resultItem.Levätilanne[0]; | ||