Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 135: | Rivi 135: | ||
maxAlternation: 1, | maxAlternation: 1, | ||
direction: memo.vaxisdir, | direction: memo.vaxisdir, | ||
gridlines: { color: '# | gridlines: { color: '#eee', count: -1 }, | ||
minorGridlines: { count: 0 }, | minorGridlines: { count: 0 }, | ||
viewWindow: { } | viewWindow: { } | ||
| Rivi 143: | Rivi 143: | ||
slantedText: false, | slantedText: false, | ||
maxAlternation: 1, | maxAlternation: 1, | ||
gridlines: { color: '# | gridlines: { color: '#eee' }, | ||
minorGridlines: { count: 0 }, | minorGridlines: { count: 0 }, | ||
viewWindow: { } | viewWindow: { } | ||
| Rivi 305: | Rivi 305: | ||
memo.options.vAxis.ticks.sort( function(a, b) { return a.v-b.v } ); | memo.options.vAxis.ticks.sort( function(a, b) { return a.v-b.v } ); | ||
memo.options.vAxis.viewWindow = { min: -0.5, max: parseInt(memo.options.vAxis.ticks[memo.options.vAxis.ticks.length-1].v)+0.5 }; | memo.options.vAxis.viewWindow = { min: -0.5, max: parseInt(memo.options.vAxis.ticks[memo.options.vAxis.ticks.length-1].v)+0.5 }; | ||
memo.options.vAxis.gridlines.color = '# | memo.options.vAxis.gridlines.color = '#eee'; | ||
memo.options.vAxis.baselineColor = 'none'; | memo.options.vAxis.baselineColor = 'none'; | ||
} else if ( typeof i18n[memo.obscode]['min'] != 'undefined' ) { | } else if ( typeof i18n[memo.obscode]['min'] != 'undefined' ) { | ||
| Rivi 517: | Rivi 517: | ||
for (g=0; g < memo.vAxisGridlines.length; g++) { | for (g=0; g < memo.vAxisGridlines.length; g++) { | ||
memo.data.addColumn( 'date', 'vAxis gridline_' + g ); | memo.data.addColumn( 'date', 'vAxis gridline_' + g ); | ||
memo.options.series[g+1] = { type: 'line', pointSize: 0, lineWidth: 1, color: '# | memo.options.series[g+1] = { type: 'line', pointSize: 0, lineWidth: 1, color: '#eee', XlineDashStyle: [3, 3], visibleInLegend: false }; | ||
} | } | ||


