Ero sivun ”Widget:JwObsCharts2” versioiden välillä
Järvi-meriwikistä
Rivi 1 478: | Rivi 1 478: | ||
function wait() { | function wait() { | ||
− | console.log( memo.options ); | + | //console.log( memo.options ); |
var w = memo.chartEl.width(); | var w = memo.chartEl.width(); | ||
Rivi 1 526: | Rivi 1 526: | ||
jQuery( document.getElementById(memo.id) ).find( 'circle[fill="#3366cc"]' ).detach().appendTo( gEl ); | jQuery( document.getElementById(memo.id) ).find( 'circle[fill="#3366cc"]' ).detach().appendTo( gEl ); | ||
jQuery( document.getElementById(memo.id) ).find( 'circle[stroke-width="3"]' ).each( function() { jQuery( this ).parent().append( jQuery( this ) ); }); | jQuery( document.getElementById(memo.id) ).find( 'circle[stroke-width="3"]' ).each( function() { jQuery( this ).parent().append( jQuery( this ) ); }); | ||
− | + | console.log( jQuery( document.getElementById(memo.id) ).find( 'svg' ).html() ); | |
} | } | ||
} | } |