You can set the pattern to be 'decimal'. This will also change how the value is presented in the tooltip. If you are using the convertOptions method (which you should be, because otherwise you have a higher chance of being broken by future changes in the options structure), you can specify this in the vAxis.format field, and if you're using the raw Material Chart options, you can use the axes.y.all.format.pattern option. Here's an example of the latter: http://jsfiddle.net/4t5grher/
On Thu, Mar 12, 2015 at 4:33 AM Rea G <[email protected]> wrote: > Hi, I have big numbers in my charts. Instead of just reading "19K", I > would like to see the exact figures (i.e. "19,543") in Material charts. > Maybe at least in the tooltip. Is there a way to do this in the Beta > version? > > Thanks. :) > Rea > > -- > 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. > -- 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.
