Since mla.homeunix.com isn't loading for you (anyone else seeing that 
problem, BTW?), I created a jsfiddle for it here:
http://jsfiddle.net/cxjp00ng/2/

I managed to control the ordering of the SVG components with this code:

google.visualization.events.addListener(chart, 'ready', function () {
  $('#pct').clone().insertAfter('#chart g:eq(1)').show();
});

That's obviously very fragile, as you warned Daniel. But it does seem to 
work and fixes the tooltip placement.

Anyway, thanks for the pointers and hopefully there will be explicit 
support for this sort of thing as the material charts mature. 

-- 
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.

Reply via email to