Cristi S. Report post Posted April 24, 2017 How do you set the opacity for candlestick series? For most other chart types, I used plotFillAlpha, but this does not seem to apply to candlesticks. I also tried bull/bearfillalpha, hoping there is one for bull/bearfillcolor. What I am looking for is to set semi-transparent series colors for all candle bodies from candlestick charts. Much appreciate it, -Cristian Share this post Link to post Share on other sites
Akash Biswas Report post Posted April 28, 2017 Hi, To set the semi-transparent colors for the column plots in Candlestick chart you need to set the data-level attribute "alpha" for individual data objects. Please check this sample for reference : http://jsfiddle.net/Akash008/Lr0ebb33/6/ Hope this helps. Share this post Link to post Share on other sites
Cristi S. Report post Posted April 28, 2017 Thanks a lot! -Cristian Share this post Link to post Share on other sites