Hello everyone and TY for any help/suggestions.  I'm a noob to
ChartAPI and I'm having some "challenges" with setting options.  I'm
trying to set my verticle scale on a line chart with this.

[code]var options = {'title':'Morning QA',
                      'width':700,
                      'height':400,
          hAxis: {      slantedText: true,
                                        slantedTextAngle: 80},
                          vAxis: {      viewWindowMode: "explicit",
                                        viewWindow{
                                                viewWindow.max:  2,
                                                viewWindow.min: -2}}
                        };
[/code]

But it isn't working (no image displayed)..TY for any help

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart 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-chart-api?hl=en.

Reply via email to