Mobile usability is a known issue for the Visualization API.  The 
work-around is to include javascript that translates touch events into 
click events.  There is a good post on StackOverflow with an example: 
http://stackoverflow.com/a/1781750/613559

For showing the points, you can set the pointSize option on the LineChart 
to a value greater than the line width (set by the lineWidth option). 
 Default pointSize is 0, default lineWidth is 1.  These can also be set per 
data series, via the series option (like the colors above).

On Wednesday, March 26, 2014 6:21:47 PM UTC-4, cyb wrote:
>
> Hi,
>
> and thx again this works, great :)
>
> Yes i`m testing the controlls but the ChartRangeFilter did not work on 
> mobile devices :( is there a chance that this will work on mobile devices 
> in the next release or are there any plans !?
>
> and i have another question. Can i enable Scatter Plots on a normal line 
> chart ? I want see the dots on the line. so that a user sees where the 
> values are..
>
> Best regards
>

-- 
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/d/optout.

Reply via email to