Hi,
My line chart is on a scale of 0 to 10, however when all my points are
0 the line resets to the horizontal middle of the chart. I can't seem
to make it stay on the bottom. Here's my set up:
Any help would be greatly appreciated.
width: 85,
height: 30,
backgroundColor: '#FFFFFF',
axisTitlesPosition: 'none',
legend: 'none',
vAxis: {
textPosition: 'none',
gridlineColor: '#FFFFFF',
baseline: 0,
minValue: 0,
maxValue: 10,
baselineColor: '#FFFFFF',
viewWindowMode: 'maximized'
},
hAxis: {
textPosition: 'none',
gridlineColor: '#FFFFFF',
maxAlternation: 0,
baselineColor: '#FFFFFF',
viewWindowMode: 'maximized'
},
chartArea: {
left: 0,
right: 0,
top: 0,
bottom: 0,
width: 85,
height: 30
},
colors: ['#2C2B33'],
enableInteractivity: false,
lineWidth: 1
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.