highcharts - Is it possible to select a different color for one candlestick? -


usually candlesticks bars 2 differentiating colors: blue , white or red , green in pairs etc...however, know if possible highlight 1 of candlestick bars within chart third color? let chart has selection color pair blue , white , color last candlestick in chart red. possible?

you can add point object , define color.

http://jsfiddle.net/sbochan/gydue/

{                 x: 1147910400000,                 open: 65.68,                 close: 66.26,                 low: 63.12,                 high: 63.1,                 color: 'red'             } 

Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -