Skip to content

Candlestick

Basic

dateopencloselowhigh
2025-01-01219205
2025-01-0219551090
2025-01-03554159
sqlseal
TABLE t = table(0)

CHART {
	xAxis: { type: 'category' },
	yAxis: { },
	series: [
	{
		type: 'candlestick',
	}
	]
}
SELECT * FROM t

candlestick chart