Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 117: | Rivi 117: | ||
backgroundColor: 'transparent', | backgroundColor: 'transparent', | ||
chartArea: { top: t, left: l, width: (w - l - r), height: (h - t - b), backgroundColor: { fill: '#daf0fa', stroke: '#fff', strokeWidth: 6 }}, | chartArea: { top: t, left: l, width: (w - l - r), height: (h - t - b), backgroundColor: { fill: '#daf0fa', stroke: '#fff', strokeWidth: 6 }}, | ||
legend: { position: ' | legend: { position: 'bottom' }, | ||
crosshair: { trigger: 'both' }, | crosshair: { trigger: 'both' }, | ||
tooltip: { isHtml: true }, | tooltip: { isHtml: true }, | ||
| Rivi 968: | Rivi 968: | ||
memo.chart = new google.visualization.ComboChart( memo.chartEl[0] ); // document.getElementById(memo.id) | memo.chart = new google.visualization.ComboChart( memo.chartEl[0] ); // document.getElementById(memo.id) | ||
doResize(); | //doResize(); | ||
memo.fullscreenEl.fadeIn( "slow" ); | memo.fullscreenEl.fadeIn( "slow" ); | ||
| Rivi 1 016: | Rivi 1 016: | ||
} | } | ||
doResize(); | //doResize(); | ||
}); | }); | ||


