Getting Started
Everything you need to go from zero to a working chart. The pages in this section are meant to be read in order if you're new - but if you've done this before and just need a specific thing, jump straight to it.
Installation
Install the package and get your bundler sorted. There are a couple of gotchas (Web Workers, Tailwind) that are worth knowing about before you write a single line of chart code.
Quick Start
The shortest path to a working chart
React Hook
How useChristTradeChart works and why it's the right way to mount the
chart in most React apps.
Configuration
The full ChartOptions object - what's required, what's optional, and
what the non-obvious ones actually do.