Is there any way to change the "select dot" size on a Google Visualization API Annotated Time Line?
I have found that I can set the line size with the thickness property, but can't find anything for the select dot size.
chart.draw(data, {
displayAnnotations: true,
displayRangeSelector:false,
fill:30,
thickness:3,
colors:['#59761d', '#1d4376', '#761d1d']
});
I have read the documentation, but don't see anything on it. I had assumed Google themselves used this component in Google Analytics, and Google Analytics definitely has larger select dots. Perhaps they simply borrowed some code for that, and they are indeed different?