Skip to main content

Chart Types

The chart supports multiple visualization modes for displaying price action.

Available Types

Each chart type presents the same underlying data differently:

TypeDescription
CandleClassic candlestick with open, high, low, close (OHLC) - most common
Hollow CandleCandle with filled bodies for bullish, hollow for bearish
BarTraditional OHLC bar chart
LineSimple line connecting closing prices
Step LineLine that moves horizontally then vertically (stair-step)
Line with MarkersLine chart with point markers at each data point
AreaLine chart with filled area below
BaselineLine chart split by a baseline (above/below)
ColumnVertical columns for price movement
High/LowHigh-low range visualization
HLC AreaArea showing high, low, close range
RenkoBricks based on price movement, not time
KagiLine that changes direction based on reversal amount
FootprintVolume profile at each price level

Quick Compare

  • Classic: Candlestick, Bar
  • Simplified: Line, Area, Step Line
  • Specialized: Renko, Kagi, Footprint
  • Range: High-Low, HLC Area

Switching Chart Types

Click the chart type button in the toolbar or use the API:

chart.setChartType('candlestick');