This is my second thread about this because i cant actually find my other thread despite searching very hard for it.
So as far as i can see, any 'Configuration Options' with a '.' in it does not work ie.
var options = {
'width': 410,
'height': 260,
'areaOpacity': 1,
'backgroundColor': '#4d4d4f',
'hAxis.baselineColor': 'red',
'series': [{color: '#000', visibleInLegend: false}],
'hAxis.gridlines.color': 'red',
'vAxis.gridlines.color': 'red'
};
Neither of the last two rules will work. Does anyone know what im doing wrong?