enu Search Documentation PAGES open all | close all charts introduction getting started chart types Column Chart Line Chart Step Line Chart Spline Chart Step Area Charts Area Chart Spline Area Chart Bar Chart Pie Chart Doughnut Chart Bubble Chart Funnel Chart Scatter Chart Pyramid Chart Stacked Column Stacked Column 100 Stacked Area Waterfall chart Stacked Area 100 Stacked Bar Stacked Bar 100 Range Column Chart Range Bar Chart Range Area Chart Range Spline Area Chart OHLC Chart Candlestick Chart Error Chart Box and Whisker Chart chart options (reference) methods & properties how to samples integration stockcharts HTML5 Candlestick Charts Candle Stick chart is a form of Column Chart which is used to represent price movements in a given time span. In Candle Stick Charts, Opening and Closing price forms the real body and a vertical Line (“Tail” or “Wick”) represents the High and Low values. When Closing Price is greater than Opening price, the body is filled with white by default and it can be overridden by risingColor property. When closing price is lesser than Opening price, the Body is filled with a color specified by dataPoint’s color property. Cannot be combined with: Doughnut, Pie, Bar, Stacked Bar charts. Candle Stick Chart Specific Properties Applies To Attribute Type Default Options/Examples dataSeries fillOpacity Number 1 .2,.4 etc dataSeries risingColor String white “red”,”#1E990F” Basic Candle Stick Chart