CandlestickCharts would be the easiest way to do this (just set the high/low values to the open/close values to avoid the "wicks" of the candles). You can have multiple series of data with CandlestickCharts, each additional series requires 4 more low/open/close/high columns added to the DataTable.
It may be possible to create the same effect with ColumnCharts, depending on your requirements, but I would look into the CandlestickCharts first. On Saturday, February 2, 2013 4:14:33 AM UTC-5, John Masone wrote: > > Is there a way to make something like this? I'm looking for a bar chart, > but I want to be able to start the bars are arbitrary values, not at zero. > > The point of this is that I want to make a chart with bars that go from > the low temperature to the high temperature, for each day. I was going to > try to use the candlestick chart, but that appears to only let you chart > one group of data, I have multiple series of data, like a bar chart with > different colored bars. > > Here is an example of what I'm trying to create, the second chart on this > page, the "Daily Temperature Range" > http://www.macfixer.com/coldmac/coldmac-2012/ > > Is there any way to get something like this with google charts? > -- 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.
