On Thursday, April 28, 2011 9:15:46 PM UTC+2, Eoler wrote: > > After updating visualization data with DataTable.setValue() tooltip shows > old value, even after redrawing the visualization. > (using BarChart from *corechart 1.1* development version) > Any workarounds? >
Sure, don't forget to also call DataTable.setFormattedValue() on the same cell, or combine both calls into single DataTable.setCell() call. -- 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.
