Change Color of Volume Columns (High/Low) in HighCharts
I've got a simple chart showing candlesticks with volume columns underneath: http://jsfiddle.net/T83Xy/ Basically, I want to use black and red for the columns depending on whether it closes higher than the open or not. I've seen some samples by pushing Y: data, color: '#000000' as the parameter. The problem is I'm pushing a date and a volume number. I attempted to push X: date, Y: data, color: '#000000' but it's throwing errors and not giving me the expected result. At first, you need to set series.turboThreshold to 0 if you have a big amount of points. This will disable the input data format