var options = {
isStacked: true,
tooltip: { textStyle: { fontName: 'verdana', fontSize: 7 } },
width: 800,
height: 600,
chart: {
title: 'Year-by-year coffee consumption',
subtitle: 'This data is not real'
},
vAxis: {
viewWindow: {
min: 0,
max: 100
}
},
legend: { position: 'left', alignment: 'start' },
series: {
2: {
targetAxisIndex: 1
},
3: {
targetAxisIndex: 1
}
},
backgroundColor: {fill: 'transparent'},
chartArea: {
backgroundColor: 'transparent'
}
};