Getting Started
Installation
Create a Chart
Every chart needs a container element with a defined height.HTMLElement directly:
Add a Series
Chart Options
Live Streaming
For real-time data, useupdate() instead of setData():
Max Data Length
For streaming use cases, cap the data buffer to prevent memory growth:Volume Pane
Adding a volume series automatically creates a second pane at 22% height:Cleanup
Next Steps
- API Reference — full Chart, Series, and Scale APIs
- Data Providers — connect to polynode REST, WebSocket, and short-form endpoints
- Live Streaming — real-time crypto prices with price-to-beat overlays

