[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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/2299dafb-bb49-42a9-8ba5-241c7cb0938e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 me add a note to any existing X or Y axis point.
Want to put it somewhere else?  Just add another row or column.

Hope this helps (5 yrs later)

On Wednesday, May 16, 2012 at 9:50:42 AM UTC-5, Jim wrote:
>
> Is it possible to add a vertical marker for a line / area chart?  For 
> example, say my x-axis range is 0-50 and I want to show a vertical 
> line at 33.  Is that possible?  I couldn't find this in the 
> documentation.

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/f7b09ce8-c70d-4f66-90a8-9c6b65741cb6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 Advanced Edit, Customization, Series, pick your newly created 
> column.   You can add an error bar for the cell you chose in 2) by going to 
> the Error Bars and selecting Constant from the Error Bar drop down menu.
> 4) Extend the error bar as high and low as you want.  You can fix the 
> Y-Axis range if your error range raises or lowers the chart Y range.
>
> I hope this helps!
>
> On Wednesday, May 16, 2012 at 9:50:42 AM UTC-5, Jim wrote:
>>
>> Is it possible to add a vertical marker for a line / area chart?  For 
>> example, say my x-axis range is 0-50 and I want to show a vertical 
>> line at 33.  Is that possible?  I couldn't find this in the 
>> documentation.
>
>
> This message and any files transmitted with it are the property of 
> Sigma-Aldrich Corporation, are confidential, and are intended solely for 
> the use of the person or entity to whom this e-mail is addressed. If you 
> are not one of the named recipient(s) or otherwise have reason to believe 
> that you have received this message in error, please contact the sender and 
> delete this message immediately from your computer. Any other use, 
> retention, dissemination, forwarding, printing, or copying of this e-mail 
> is strictly prohibited.
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/654f2309-1a27-4968-a50e-abcdbfb04e94%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 Advanced Edit, Customization, Series, pick your newly created column. 
  You can add an error bar for the cell you chose in 2) by going to the 
Error Bars and selecting Constant from the Error Bar drop down menu.
4) Extend the error bar as high and low as you want.  You can fix the 
Y-Axis range if your error range raises or lowers the chart Y range.

I hope this helps!

On Wednesday, May 16, 2012 at 9:50:42 AM UTC-5, Jim wrote:

 Is it possible to add a vertical marker for a line / area chart?  For 
 example, say my x-axis range is 0-50 and I want to show a vertical 
 line at 33.  Is that possible?  I couldn't find this in the 
 documentation.


-- 
This message and any files transmitted with it are the property of 
Sigma-Aldrich Corporation, are confidential, and are intended solely for 
the use of the person or entity to whom this e-mail is addressed. If you 
are not one of the named recipient(s) or otherwise have reason to believe 
that you have received this message in error, please contact the sender and 
delete this message immediately from your computer. Any other use, 
retention, dissemination, forwarding, printing, or copying of this e-mail 
is strictly prohibited.

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.


[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 https://developers.google.com/chart/interactive/docs/roles for 
 details implementing these.



-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.




[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 domain-axis annotations to do this.  See column 
 roles https://developers.google.com/chart/interactive/docs/roles for 
 details implementing these.



-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.




[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-visualization-api/ePW6i9pb0qE/TEkjMdHGXaEJ
On Wednesday, May 16, 2012 10:50:42 AM UTC-4, Jim wrote:

 Is it possible to add a vertical marker for a line / area chart?  For 
 example, say my x-axis range is 0-50 and I want to show a vertical 
 line at 33.  Is that possible?  I couldn't find this in the 
 documentation.

-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/wmEvH4tF5xIJ.
To post to this group, send email to google-visualization-api@googlegroups.com.
To unsubscribe from this group, send email to 
google-visualization-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.



[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 https://developers.google.com/chart/interactive/docs/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.  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-visualization-api/ePW6i9pb0qE/TEkjMdHGXaEJ
 On Wednesday, May 16, 2012 10:50:42 AM UTC-4, Jim wrote:

 Is it possible to add a vertical marker for a line / area chart?  For 
 example, say my x-axis range is 0-50 and I want to show a vertical 
 line at 33.  Is that possible?  I couldn't find this in the 
 documentation.



-- 
You received this message because you are subscribed to the Google Groups 
Google Visualization API group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/cK0B29A328oJ.
To post to this group, send email to google-visualization-api@googlegroups.com.
To unsubscribe from this group, send email to 
google-visualization-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.