I have one more doubt: where exactly should I put this code? And wich variable I should set in this part dataTable (dataTable, column)? I'm using, as I said before, this example: https://developers.google.com/fusiontables/docs/samples/gviz_datatable.
Thanks! On 3 fev, 16:29, asgallant <[email protected]> wrote: > It is used like this: > > var formatter = new google.visualization.NumberFormat({prefix: '$'}); > formatter.format(dataTable, column); > > create the formatter and call the #format method before you draw the chart. -- 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.
