I would like to include a range marker on my graphs, similar to what can be done using the existing Range Marker parameter. However, that parameter takes in a percentage of the graph to highlight - for example, from 25 to 60 % of the vertical axis. What I would like to do is set the axis values instead - so if my axis runs from 0 to 200, I would pass in the start and end values - 50 to 120.
Now, I know that if I set the minimum and maximum on the axis, then I could calculate the percentage of the axis that needs to be highlighted. But it would be simpler if there was a way to just pass in these values so that I don't need to figure out what the limits on the axis should be. On a related note, is there a way to specify a single grid line to be plotted at a particular value (essentially, draw a line at y=17 or something like that)? This would act like a baseline for the graph, but not move the axis (as I may want to plot multiple such baselines on a single graph). Thanks! -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
