Skip to main content
Skip to main content

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.

Loading chart…
Most production apps use both packages — core chart + ChartUI.

Pick your page

You want to…Read
Core only vs React UI wrapperChoosing a package
Try themes and tools without codingPlayground guide/playground
Fix a blank chart or stuck live priceFAQ and troubleshooting
AGPL, commercial license, Data ConnectorsLicensing
Test phone / tablet before releaseMobile 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
SectionWhen
Getting startedFirst mount
Guides (here)Package + legal + QA
Advanced integrationChartUI, breakpoints, touch
API referenceMethod lookup (synced from TypeScript)

Common questions

QuestionAnswer
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.