Hi,
   I am drawing a surface plot using google charts-api. In that, I want to 
draw gridlines.

I am using greg.ross.visualisation.SurfacePlot for surface plot.

The options I am providing to draw function are as follows :

 var options = {xPos: 0, yPos: 0, width: 600, height: 500, colourGradient: 
colours,
               fillPolygons: fillPly, tooltips: tooltipStrings, xTitle: 
xAxisHeader,
               yTitle: yAxisHeader, zTitle: zAxisHeader, restrictXRotation: 
false,
               tooltip : {isHtml : true},
               vAxis : {gridlines : {color : '#FF0000'}}        
               };

But this is not drawing gridlines. Can anyone help me to draw gridlines in 
chart?

Also, I want labels on axes. What is the property for displaying labels on 
axes?

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


<<attachment: surface plot.JPG>>

Reply via email to