Perfect. Thanks, Matthew!
> try vAxis: {minValue: 0 }
> or in your case
>
> var chart = new
> google.visualization.ColumnChart(document.getElementById('chart_div'));
> chart.draw(data, {width: 800, height: 450, title: 'Blood
> Pressure',
> hAxis: {title: 'Date/Time', titleTextStyle:
> {color: 'blue'}},
> vAxis: {minValue: 0}
> });
> }
>
> On Jul 13, 1:35 pm, Steve St-Laurent <[email protected]> wrote:
>> Thanks again, Viz. Now I need to learn how to code this. I tried various
>> combinations of:
>>
>> "var chart = new
>> google.visualization.ColumnChart(document.getElementById('chart_div'));
>> chart.draw(data, {width: 800, height: 450, title: 'Blood Pressure',
>> hAxis: {title: 'Date/Time', titleTextStyle:
>> {color: 'blue'}}
>> vAxis: {minValue: {'0'}}
>> });
>> }
>>
>> . . . to no avail. Do you sniff JHS newbie?
-------------
Steve St-Laurent | <[email protected]>
Hole-in-the-Wall Communications | Vancouver BC | 604 251 0700
bodybus.ca | tools to manage your health
--
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.