No, vAxis.format will not do that for you. You will have to provide your
own tick values and formats via the vAxis.ticks option:
vAxis: {
ticks: [{v: 5000000000, f: '4.65GB'}, {v: 6000000000, f: '5.58GB'}]
}
Each tick takes an object with "v" and "f" properties, where "v" is the
value to place a tick mark at, and "f" is the label to display at that
point.
On Friday, March 14, 2014 9:53:40 PM UTC-4, Ashok vardhan wrote:
>
> Hi all,
>
> i want to formate Vaxis values i want to change the values
> from 5000000000, 6000000000 to 4.65GB, 5.58GB etc.
>
> is vaxis.format does anything like this.
>
> Thanks
>
--
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/d/optout.