I don't think the candlestick charts support multiple vertical axes yet (if they do, I can't get them to work anyway). If/when they do support it, you would use the series and vAxes options to configure them.
--To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/mEK5zMZVa40J.
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
I haven't been able to get it working: http://jsfiddle.net/dZvH2/
--
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/-/gs18X9oleqQJ.
That is what I thought. There should probably be a caveat in the series/vAxes options for candlestick charts mentioning this.
--
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/-/u47nj6TbPQcJ.
Specifically for the candlestick charts because you cannot have more than one series in them at this time, and their set up (with 5 columns) makes it look like you do.
--
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/-/MCslGziJXPcJ.
Well, you learn something new every day. That is missing from 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/-/8S61Y13-B2EJ.
Unfortunately, there is no way (that I know of) to hide the series without also losing the right-side axis. The best you can do is set all values for one series to zero, map that series to the left axis, and set the viewWindow.min value for the left axis to 0. The resulting candlesticks are off-center, but the zeroed-out series isn't visible: http://jsfiddle.net/dZvH2/2/
--
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/-/pOrOO2GgGawJ.