Ero sivun ”Widget:JwObsCharts” versioiden välillä
Järvi-meriwikistä
Rivi 875: | Rivi 875: | ||
memo.options.intervals = { 'style': 'line' }; | memo.options.intervals = { 'style': 'line' }; | ||
//console.log(memo); | //console.log(memo); | ||
+ | |||
+ | memo.chart = new google.visualization.LineChart( memo.chartEl[0] ); // document.getElementById(memo.id) | ||
+ | |||
drawChart(memo); | drawChart(memo); | ||
Rivi 1 387: | Rivi 1 390: | ||
memo.data.addRows(memo.dataA); | memo.data.addRows(memo.dataA); | ||
− | memo.chart = new google.visualization.ComboChart( memo.chartEl[0] ); // document.getElementById(memo.id) | + | if ( typeof memo.chart == 'undefined' ) { |
+ | memo.chart = new google.visualization.ComboChart( memo.chartEl[0] ); // document.getElementById(memo.id) | ||
+ | } | ||
//doResize(); | //doResize(); |