Thank you...

On Tue, Mar 12, 2013 at 9:03 PM, asgallant <[email protected]>wrote:

> Your vAxis option is formatted wrong.  It should be:
>
> var wrapper4 = new google.visualization.ChartWrapper({
>     containerId: "trending_div",
>     dataSourceUrl: "
> https://spreadsheets.google.com/a/google.com/tq?range=G1:I14&key=my_key_code&gid=1
> ",
>     refreshInterval: 5,
>     chartType: "ComboChart",
>     options: {
>         pointSize: 5,
>         height: 350,
>         width: 900,
>         vAxis: {
>             minValue: 75,
>             maxValue: 100
>         },
>         titlePosition: "out",
>         title: "Birth Certificates Detail",
>         titleTextStyle: {
>             color: "black",
>             fontName: "Arial",
>             fontSize: 20
>         }
>     }
> });
>
> On Tuesday, March 12, 2013 9:53:22 PM UTC-4, Dave Lalande wrote:
>>
>> I am having a problem getting the vertical axis values to number
>> correctly.  Here is my code.
>>
>>     var wrapper4 = new google.visualization.**ChartWrapper({
>> "containerId": "trending_div",
>> "dataSourceUrl": "https://spreadsheets.google.**
>> com/a/google.com/tq?range=G1:**I14&key=my_key_code&gid=1<https://spreadsheets.google.com/a/google.com/tq?range=G1:I14&key=my_key_code&gid=1>
>> ",
>> "refreshInterval": 5,
>> "chartType": "ComboChart",
>> "options": {
>> "pointSize": 5,
>> "height": 350,
>> "width": 900,
>> "vAxis.minValue": 75,
>> "vAxis.maxValue": 100,
>> "titlePosition": "out",
>> "title": "Birth Certificates Detail",
>> "titleTextStyle": {color: "black", fontName: "Arial", fontSize: "20"}
>>        }
>>      });
>>
>> The chart is percentages and 100% is max, but it's showing 200 on the top
>> line?
>>
>> Thanks for any help...
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google Visualization API" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-visualization-api/1xi5ZpsDDSk/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to