Well, I have added 3:
var options = {
title: 'Average order value for "<? echo $city_name; ?>" at <? echo
$site_domain; ?>',
series:{
0:{targetAxisIndex:0, lineWidth: 1, pointSize: 3, type: "line"},
1:{targetAxisIndex:1, lineWidth: 1, pointSize: 3, curveType:
'function', type: "line"},
2:{targetAxisIndex:2, lineWidth: 1, color: 'grey'},
3:{targetAxisIndex:2, lineWidth: 1, color: 'orange', curveType:
'function', type: "line"}
},
vAxes:{
0:{minValue: 0, textStyle:{color: 'blue'}, title:'Turnover'},
1:{textStyle:{color: 'red'}, title:'Max CPA'},
2:{textStyle:{color: 'white'}, title:'Profits'},
}
};
And it all works as expected, except for the fact that the numbers on
the 3rd yAxis should move a little to the right.