If you apply a formatter to a datatable, such as BarFormat, and then use that datatable as the source for a chart or graph, the tooltips display the html markup created by the formatter.
Is there a way to prevent this? My workaround now is to clone the datatable before applying the BarFormat, but this is probably wasteful of memory. Incidentally, is there any reason that the formatters are applied to the underlying data source instead of to data view objects? -- 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.
