var options = {
title: '',
curveType: 'function',
'legend': {'position': 'left'},
series: this.getSeriesOptions(pointsBySwitcher),
explorer: {
maxZoomOut:5,
maxZoomIn:0.25,
keepInBounds: true
},
vAxis: {
//logScale: true,
scaleType: 'log',
title: 't, сек',
//format: 'scientific',
minorGridlines: {
count: 30
},
viewWindow: {
max: this.getMaxVvalue(pointsBySwitcher),
min: 0
},
gridlines: {
count: 15
},
},
hAxis: {
//logScale: true,
scaleType: 'log',
title: 'ln, А',
minorGridlines: {
count: 30
},
viewWindow: {
max: this.getMaxXvalue(pointsBySwitcher),
min: 0
},
gridlines: {
count: 15
},
//format: 'scientific'
//viewWindowMode: 'pretty'
},
};