Guides
Short, practical pages for decisions you make before and after integration — which npm packages to install, what license you need, and how to QA mobile layouts.
Not step-by-step coding tutorials — those live in Getting started and Tutorials.
Pick your page
| You want to… | Read |
|---|---|
| Core only vs React UI wrapper | Choosing a package |
| Try themes and tools without coding | Playground guide → /playground |
| Fix a blank chart or stuck live price | FAQ and troubleshooting |
| AGPL, commercial license, Data Connectors | Licensing |
| Test phone / tablet before release | Mobile QA checklist |
How guides fit the docs
flowchart LR
GS["Getting started — first chart"]
GUIDES["Guides — decisions & QA"]
ADV["Advanced — mobile details"]
SHIP["Production"]
GS --> GUIDES --> ADV --> SHIP
| Section | When |
|---|---|
| Getting started | First mount |
| Guides (here) | Package + legal + QA |
| Advanced integration | ChartUI, breakpoints, touch |
| API reference | Method lookup (synced from TypeScript) |
Common questions
| Question | Answer |
|---|---|
| Do I need two npm packages? | Only if you want built-in toolbar — Choosing a package |
| Can I ship a closed-source SaaS? | You need a commercial license for the core — Licensing |
| Is mobile supported? | Yes — run the Mobile QA checklist |
| Where is viewport / touch documented? | Mobile and responsive |
Ready? Start with Choosing a package if you are still scaffolding the project.