Google Visualization: Keep data points visible -
i'm wondering if there way keep dots visible each data point on line chart. default behavior dot appears on data point (along tootip) when hover on it. i'd data point dots visible default. there way can go doing this?
the pointsize
attribute responsible dot size. chart.draw(data, {pointsize: 1})
should make points visible default. (the default setting size 0.)
hope helps!
Comments
Post a Comment