The positions of the grid lines are computed automatically, and are not
configurable.
The labels on the axis can only be formatted using ICU patterns (see
hAxis.format documentation in
http://code.google.com/apis/chart/interactive/docs/gallery/scatterchart.html#Configuration_Options),
which I guess is not enough in your case.
It is however possible to format the value that will be shown in the tooltip
text using setFormattedValue on your DataTable (
http://code.google.com/apis/chart/interactive/docs/reference.html#DataTable_setFormattedValue
).


On Wed, Sep 7, 2011 at 6:13 PM, RunMyProcess <[email protected]> wrote:

> Hello
> I have a scatter chart with number between 0 and 100
> As scale, it display 0,25,50,75,100
> I would like to have 0,33,66,99 : is it possible ?
> Instead of having number, I also would like to display SMALL (in axis)
> when number is between 0 ad 33, MEDIUM (33-66), LARGE (66-100)
> Is it possible ?
> Thanks for your help
> Regatds
>
> --
> 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.
>
>

-- 
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.

Reply via email to