[visualization-api] Show points on line chart

2013-08-06 Thread TheInnovator
Hello, Is it possible to make the points on a line chart visible? Right now the points only show as dots when you hover over it. I need it to show all the time. Any ideas? http://jsfiddle.net/GTpgA/21/ Thanks! -- You received this message because you are subscribed to the Google Groups

Re: [visualization-api] Show points on line chart

2013-08-06 Thread Thomas Rybka
Set pointSize to something higher than 0: http://jsfiddle.net/srGNf/3/ This specifies the diameter of the point in pixels. Thomas Rybka | Software Engineer | try...@google.com | Google On Tue, Aug 6, 2013 at 2:15 PM, TheInnovator isogu...@gmail.com wrote: Hello, Is it possible to make the