There is a "cheat" around this. Create a DataTable with 3 columns; the first contains your domain-axis values, the second sets the distance from the axis that the bar will start, and the third is your data. In the chart's options, set "IsStacked" to true and "series.0.color" to "transparent" and
"series.0.visibleInLegend" to false. This creates a chart with two stacked data series where the first series is transparent - the bars don't trigger the tooltips and aren't visible - so it gives the impression that the bars for the second series are "floating." See an example here:
http://jsfiddle.net/asgallant/uHTE8/ On Thursday, July 12, 2012 6:40:09 PM UTC-4, Stjepan Brbot wrote:
I need the same thing! The only possibility with Google visualization API is to achieve something similar with CandlestickChart but in vertical direction. It seems that it is not possible to have CandlestickChart in horizontal direction. The CandlestickChart is only one offering start position of bar. Bars in all other chart types start from axis.