Hi Giulio,

The axis tick values are generated, so formatting your data won't help.
Instead, you have to specify a format in your vAxis options.

If you need the groupingSymbol option, there is an undocumented way you can
get it.

options: {
  vAxis: {
    gridlines: { count: -1 }, // variable number of gridlines, enables
formatOptions as well.
    formatOptions: { groupingSymbol: '.' },
  }
}


On Tue, May 17, 2016 at 1:15 PM, Giulio Mastrosanti <[email protected]>
wrote:

> HI,
>
> cant find a way to format the vaxis numbers on a AreaChart created by
> a ChartWrapper linked to a Dashboard
>
> I have managed to format correctly the data loaded using a formatter:
>
> formatter = new google.visualization.NumberFormat({fractionDigits: 0,
> groupingSymbol:'.'});
>
> and applying it to the data column, but the values that appear as a
> reference on the vertical axis are using the comma as grouping separator
>
> thank you,
>
> Giulio
>
> --
> 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
> https://groups.google.com/group/google-visualization-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-visualization-api/367547e2-ad5b-484c-97c9-ad6754fe6ebc%40googlegroups.com
> <https://groups.google.com/d/msgid/google-visualization-api/367547e2-ad5b-484c-97c9-ad6754fe6ebc%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2>
[email protected] <[email protected]>   5CC, Cambridge MA

-- 
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 https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/CAOtcSJO22j5%2Btfbtre6TDhKiKWmmuyGuADFVyX47K7M4mEux4w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to