I want to customize google chart tooltip in a very simple way:

if the value x is between 1-1000 => show x bytes
if the value is between 1000 and 1 million => show x/1000 KB
etc

I believe most tooltip customization cases fall into a similar scenario.
So i do'nt think it is good to create a new column and push new Datatable 
row with the content of all data points if one needs to customize tooltip.

Therefore I really wonder if there would be a way, to do this customzation 
by hooking into some events, and dynamically set the tooltip with the mere 
knowledge of the coordinates of the data points beting hovered on..

-- 
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/8640e554-322d-43c9-ac5b-d3ed88c89e2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to