[visualization-api] Re: Vertical Marker on Line Chart

2018-06-15 Thread Adrian Nagle
Thank you for the tip. This mostly addresses what I was looking for, similar to original poster. -- 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 go

[visualization-api] Re: Vertical Marker on Line Chart

2017-01-19 Thread Nick Zmina
I'm not sure if you have already figured this out, but there is an extremely simple solution. This page has instructions for adding an annotation which did the job for me: Add or edit a trendline or annotation > > The annotation allowed m

[visualization-api] Re: Vertical Marker on Line Chart

2016-10-13 Thread Stefan Poninghaus
Hi Richard, That was a perfect solution for what I was looking for. Its also worth noting that you can use this to do horizontal lines as well, or a crosshair, through adding a trend line instead of a error bar. Thanks On Friday, 26 June 2015 04:04:12 UTC+12, Richard Hammitt wrote: > > You ma

[visualization-api] Re: Vertical Marker on Line Chart

2015-06-25 Thread Richard Hammitt
You may consider the use of error bars. I carried this trick over from Excel. 1) Add another column to your chart in Advanced Edit, Recommendations, Data Range. 2) Add a number to a cell in that column within your Y-axis range corresponding to the location of your vertical line. 3) In Adv

[visualization-api] Re: Vertical Marker on Line Chart

2013-07-02 Thread Luke Chi
i got it! http://jsfiddle.net/NC37X/ Luke Chi於 2013年7月2日星期二UTC+8下午11時13分12秒寫道: > > hi, asgallant, > > I can't figure out how to use domain-axis annotation to draw a vertical > line, can you explan how to do that? > > asgallant於 2012年5月17日星期四UTC+8上午1時49分57秒寫道: >> >> Oh, I forgot - you can use do

[visualization-api] Re: Vertical Marker on Line Chart

2013-07-02 Thread Luke Chi
hi, asgallant, I can't figure out how to use domain-axis annotation to draw a vertical line, can you explan how to do that? asgallant於 2012年5月17日星期四UTC+8上午1時49分57秒寫道: > > Oh, I forgot - you can use domain-axis annotations to do this. See column > roles

[visualization-api] Re: Vertical Marker on Line Chart

2012-05-16 Thread asgallant
Oh, I forgot - you can use domain-axis annotations to do this. See column roles for details implementing these. On Wednesday, May 16, 2012 1:47:19 PM UTC-4, asgallant wrote: > > No, there is no support for this in Line or Area charts.

[visualization-api] Re: Vertical Marker on Line Chart

2012-05-16 Thread asgallant
No, there is no support for this in Line or Area charts. If you use scatter charts, you can make something that looks very similar to a line chart, and you can put a vertical line in that. I helped someone else here do something similar in ScatterCharts: https://groups.google.com/d/msg/google