Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 1 199: | Rivi 1 199: | ||
var h = memo.widgetEl.height(); | var h = memo.widgetEl.height(); | ||
var t = Math.max( memo.margins.top, 0.02*h ); | var t = Math.max( memo.margins.top, 0.02*h ); | ||
var b = Math.max( memo.margins.bottom, 0. | var b = Math.max( memo.margins.bottom, 0.2*h ); | ||
console.log( (h) ); | |||
//if (!!document.fullscreenElement) { r += 24; } | //if (!!document.fullscreenElement) { r += 24; } | ||
| Rivi 1 211: | Rivi 1 211: | ||
} | } | ||
memo.options.chartArea = { top: t, left: l, width: (w - l - r), height: (h - t - b), backgroundColor: { fill: '#daf0fa', stroke: '#fff', strokeWidth: 6 }}; | memo.options.chartArea = { top: t, left: l, width: (w - l - r), height: (h - t - b), backgroundColor: { fill: '#daf0fa', stroke: '#fff', strokeWidth: 6 }}; | ||
memo.chart.draw( memo.data, memo.options ); | memo.chart.draw( memo.data, memo.options ); | ||


