Take a look at CategoryFilters<https://developers.google.com/chart/interactive/docs/gallery/controls#categoryfilter>and NumberRangeFilters<https://developers.google.com/chart/interactive/docs/gallery/controls#numberrangefilter>for filtering your data.
Getting the vertical lines is a bit more complicated. You need to add new series of data for the streaming speeds and convert to a ComboChart instead of a BarChart. Set the series types to "bars" and "line" as appropriate, and set the "orientation" option to "vertical" to make it look like a BarChart. I created an example of this here: http://jsfiddle.net/asgallant/LyH7t/ (which also includes some other cosmetic enhancements that are not strictly necessary). On Wednesday, January 15, 2014 5:52:46 AM UTC-5, Kai Hendry wrote: > > Hi guys, > > Has anyone graphed connection speeds? e.g. > http://jsfiddle.net/kaihendry/X8xWq/6/ > > I hoping to demonstrate bottle necks, when certain use cases become > feasible, perhaps how many 3G connections could be served by a ADSL line. > Now idea how to express latency/lag. > > I was wondering if I could draw a vertical line say at 2Meg/sec to > indicate when streaming video use case becomes feasible. Can that be done > somehow? 200kb/s for audio is another example. > > For extra: > > Has anyone written nice UI code so that one can toggle on and off rows so > that the graph is redrawn with perhaps a different maximum? So that one can > perhaps focus on comparing lower speeds by turning off ADSL/LTE in my > example. > > Has anyone written code to enable dragging rows so that one can manually > sort values? > > I also have in mind that people can add their own network speed, then > maybe toggle certain technologies, so that one can show some comparison via > a short URL. > > Kind 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/groups/opt_out.
