Playground
The Playground is a live sandbox on exeria.dev. Use it to see how Exeria Charts behaves before you paste code into your app.
What you can try
| Area | What to experiment with |
|---|---|
| Chart surface | Candles, line mode, intervals, autoscale, linear/log scale |
| Indicators | Add built-in studies (RSI, MACD, EMA, …) and open their settings |
| Drawing tools | Trend lines, channels, fib tools, positions — from the left menu |
| Themes | Switch preset palettes and see candle, grid, and axis colors update |
| Mobile layout | Resize the browser to see compact toolbar behavior |
Nothing you change in the Playground writes to your project. It is a safe place to answer “does this library do what I need?”
When to use Playground vs docs
| Goal | Start here |
|---|---|
| Pick colors and chart feel before coding | Playground → then Custom theme |
| Confirm an indicator exists | Playground indicator picker → Indicator catalog |
| Learn integration step by step | Tutorials or Vanilla quickstart |
| Copy exact API calls | ChartInstance or tutorials |
Suggested 5-minute flow
- Open /playground.
- Switch interval and chart type from the top toolbar.
- Add EMA and RSI from the indicators menu.
- Draw a trend line from the left menu.
- Change the theme preset and note which parts move (candles vs toolbar).
Then open Custom theme to apply the same ideas in code.
Playground vs starter demos
| Resource | Best for |
|---|---|
| Playground | Open-ended experimentation |
| Starter demos | Full product-shaped layouts (crypto terminal, forex, screener, …) |
| Binance live demo | Data Connector with real market stream |
| Bybit live demo | Same connector pattern on Bybit spot data |
| OKX live demo | OKX spot data with BTC-USDT symbols |
| Kraken live demo | Kraken USD spot with BTC/USD symbols |
| KuCoin live demo | KuCoin USDT spot with BTC-USDT symbols |
| Coinbase live demo | Coinbase USD/USDC spot with BTC-USD product ids |
| Gate.io live demo | Gate.io USDT spot with BTC_USDT currency pairs |
| EODHD live demo | Global stocks, forex, and crypto with AAPL.US-style symbols |
| CoinGecko live demo | Broad crypto catalog via coin ids |
Starters show integration patterns; Playground shows chart capabilities in isolation.
Related pages
- Live theme creator — focused theme tuning with export-friendly workflow
- Drawing tools overview — what each tool type does
- FAQ and troubleshooting — if Playground works but your app does not