Skip to main content

Quick Start

Install

npm install @keisen-charts/react
# or
npm install @keisen-charts/vue

Peers: react@^18 || ^19 or vue@^3.5 (depending on the package you pick).

Render a chart

Give the container enough height and pass a static KlineBar[] to data (for live feeds see Data):

Loading interactive example…