It's not in the docs, and it could break at any time, because the internal structure of the charts is not guaranteed to stay the same. I haven't seen anything using this method break in over a year, though, so you should be safe.
On Friday, September 7, 2012 11:04:44 AM UTC-4, Michael Rosenstein wrote: > > Thank you -- that worked! > E.g., http://ctdbase.org/detail.go?type=chem&acc=D001151 > > Don't know how I would've figured that out myself (didn't see enough in > the docs to help me). > > Thanks again! > > On Thursday, September 6, 2012 4:58:11 PM UTC-4, asgallant wrote: >> >> It's almost the exact same code, just a couple adjustments: >> >> 1) change the "path" in the CSS to "g g rect" >> 2) change the "shape" in the js for IE < 9 to "rect" >> >> http://jsfiddle.net/asgallant/W3Pss/7/ >> >> There is a side effect of this, where the gridlines also trigger the >> pointer cursor, but you should be able to get rid of that with a bit more >> refined CSS (probably something like using different CSS for "g:first-child >> g rect" I would guess, but I'm not that good with CSS). >> >> On Thursday, September 6, 2012 3:10:49 PM UTC-4, Michael Rosenstein wrote: >>> >>> Is there a way to do this on a *bar* chart? >>> >> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/0S0OSiW4ZhEJ. 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.
