The format options do not support formatting numbers like this, but you can
use the vAxis.ticks option to specify your own axis values and labels to
use:
vAxis: {
ticks: [{v: 5000, f: '5k'}, {v: 10000, f: '10k'}, {v: 15000, f: '15k'},
{v: 20000, f: '20k'}, {v: 25000, f: '25k'}, {v: 30000, f: '30k'}]
}
Each element in the ticks array is either a number (the axis value to put a
tick mark and label at) or a object with "v" and "f" properties, where the
"v" property is the value to put the tick and label at, and "f" is the
label to use.
On Monday, January 20, 2014 8:28:30 AM UTC-5, praveenkumar golla wrote:
>
> Hi all,
>
> i want to formate Vaxis values my values are 4321, 5432 654321 ....e.t.c
> i want to format these values to thousands like 4k,5k, 65k.
>
> 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/groups/opt_out.