Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 51: | Rivi 51: | ||
function loadObservations() { | function loadObservations() { | ||
console.log( 'load observations' ); | |||
jQuery( '.jwChartWidget' ).each( function() { | jQuery( '.jwChartWidget' ).each( function() { | ||
| Rivi 56: | Rivi 58: | ||
var el = jQuery( this ); | var el = jQuery( this ); | ||
var id = el.attr( 'id' ); if ( typeof id == 'undefined' ) { id = 'jwsitegraph_' + Math.random() + '_container'; el.attr( 'id', id ); } | var id = el.attr( 'id' ); if ( typeof id == 'undefined' ) { id = 'jwsitegraph_' + Math.random() + '_container'; el.attr( 'id', id ); } | ||
console.log( 'each' ); | |||
if ( el.is( ':visible' ) && typeof window.jwobschart[id] == 'undefined' ) { | if ( el.is( ':visible' ) && typeof window.jwobschart[id] == 'undefined' ) { | ||
console.log( 'visible' ); | |||
window.jwobschart[id] = {}; | window.jwobschart[id] = {}; | ||


