You're certainly able to access the SVG yourself by inspecting the chart. The issue is each series has only a single path element, so you can't easily style the intersecting regions.
Additionally (and this may not be a concern), in IE 7-8, the API will be rendering in VML, not SVG. So if you end up doing some post-processing on the SVG, it will likely need to have a VML version as well to make it still work in IE. -Mitch On Wed, Dec 18, 2013 at 9:35 PM, Derrek Ramos <[email protected]> wrote: > Is there a way to redirect the SVG for post processing? Thanks! > > Regards, > > -Derrekito > > On Wednesday, December 18, 2013 12:41:01 PM UTC-6, Mitch Foley wrote: > >> Hi Derrek, >> >> Unfortunately, the API does not currently support such a use case. Due to >> the way the paths are currently constructed, I don't even have a good idea >> on how you could hack this on top right now either. >> >> -Mitch >> >> >> On Mon, Dec 16, 2013 at 8:03 PM, Derrek Ramos <[email protected]> wrote: >> >>> Hello, I was wondering if there is a way to remove an overlapping region >>> in an area chart. A mockup of what I want to accomplish can be found >>> here <http://i.imgur.com/PG9QzWw.jpg>. >>> >>> Regards >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Chart 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-chart-api. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Google Chart 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-chart-api. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Google Chart 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-chart-api. For more options, visit https://groups.google.com/groups/opt_out.
