Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 320: | Rivi 320: | ||
// do Y axis ticks and gridlines | // do Y axis ticks and gridlines | ||
memo.options.vAxis.gridlines = | memo.options.vAxis.gridlines = null; | ||
memo.options.vAxis.minorGridlines = | memo.options.vAxis.minorGridlines = null; | ||
minM = memo.options.vAxis.minValue.getMonth(); | minM = memo.options.vAxis.minValue.getMonth(); | ||
maxM = memo.options.vAxis.maxValue.getMonth(); | maxM = memo.options.vAxis.maxValue.getMonth(); | ||
| Rivi 1 095: | Rivi 1 095: | ||
} | } | ||
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 }}; | ||
console.log( memo.options ); | |||
memo.chart.draw( memo.data, memo.options ); | memo.chart.draw( memo.data, memo.options ); | ||


