Type Alias: ChartType
type ChartType = "candles" | "line";
Defined in: types/src/index.ts:128
How the price series is drawn. 'candles' — default: candlestick bodies + wicks. 'line' — a single polyline through each candle's close. Volume, indicators, overlays, crosshair, and drawings still render.