Daniel Saxil-Nielsen
unread,Sep 30, 2011, 5:14:00 AM9/30/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
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