You can get what you want using a ComboChart.  Add an additional series of 
data to your chart, with values in the first and last row equal to the 
height of the line you want (all other values should be null).  Set the 
"interpolateNulls" option to true and use the "series" option to make this 
series a line type and remove it from the legend.  Here's an example: 
http://jsfiddle.net/asgallant/rmwbQ/

On Wednesday, October 3, 2012 4:04:49 AM UTC-4, Ovi wrote:
>
> Hello,
>
> I have a ColumnChart in my application and i want to display a baseline 
> for a selected column (i.e vAxis.baseline). The problem is that when i set 
> the baseline value, the format of the chart changes a bit, meaning that all 
> values below the baseline value are shown as "negatives" (it's like 
> considering the baseline as the 0 axis). Is it possible to just add a line 
> in the chart and don't change the display format?
>
> Thank you,
> Ovi.
>

-- 
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/-/fQd5hFzNTZkJ.
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.

Reply via email to