Separate Volume Panel
amCharts Stock Chart enables you to have multiple chart panels that you can resize, rearrange, etc. while automatically staying in sync.
Key implementation details
To add a panel to the Stock Chart we add a new StockPanel and then add our series to that panel.
Related tutorials
Build this chart with AI
The prompt below can be used to build this chart with AI. For best coding results, use the most advanced AI models, like Claude Opus 4.6 and GPT-5.3-Codex. For more info and tips, check out amCharts AI docs.
Create a stock chart with two synchronized panels: a main candlestick panel (taller) and a separate volume panel (shorter). The main panel displays OHLC candlestick data with a stock legend; the volume panel shows slightly transparent column bars color-coded by price direction, with its own legend. Each panel has its own crosshair cursor. Include a stock toolbar with series type switcher (Line, Candlestick, OHLC), indicator control, date range selector, period selector, drawing tools, reset, and settings. Add a scrollbar with a line preview. Use amCharts 5 library.
Demo source