Thanks! Looks like it's possible to do with CSS:
circle { stroke-width: *n*px }On Wednesday, August 28, 2013 11:17:03 AM UTC-4, asgallant wrote: > > Forgot to add: you can make a feature request to add support for changing > the marker borders > here<http://code.google.com/p/google-visualization-api-issues/issues/list> > . > > On Wednesday, August 28, 2013 11:15:49 AM UTC-4, asgallant wrote: >> >> Changing the marker border is not supported in the API. If you did into >> the SVG code (using a DOM inspector like Chrome's or Firefox's), you might >> be able to find a way to uniquely identify the markers to apply CSS to >> them, but this will only work for browsers other than IE 8 and older (which >> put the chart in an iframe, so you can't affect it with CSS on the main >> page, and use VML, so the elements are different and your selectors >> wouldn't work). Also, the internal structure of the charts is subject to >> change without notice as the API team makes improvements, so it is possible >> that future API updates will break your CSS. >> >> On Wednesday, August 28, 2013 11:08:35 AM UTC-4, Brian wrote: >>> >>> Hi, >>> Is there any way to manipulate the border of markers in Geochart, either >>> through JS or CSS? >>> Thanks, >>> Brian >>> >> -- 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/groups/opt_out.
