EliteChart
Documentation / @elitechart/elitechart / EliteChart
Defined in: elitechart/src/EliteChart.tsx:26
Top-level EliteChart component — the whole trading UI in one
tag. Consumers npm install @elitechart/elitechart,
import their styles bundle, and drop this into any React app.
Props sync the chart store on mount; after that all state is owned by the internal zustand stores. This is intentional — the chart is self-contained so consumers don't have to wire prop plumbing for every tool / panel toggle.
Parameters
__namedParameters
Returns
Element