Wick Charts

Title

import { Title } from '@wick-charts/react';
 
<Title>BTC / USD</Title>

Chart title and optional subtitle. Renders inline above the canvas (or as an overlay, depending on headerLayout on <ChartContainer>).

Chart title and optional subtitle. Renders inline above the canvas (or as an overlay, depending on headerLayout on <ChartContainer>).

Props

children?ReactNode

Primary label (e.g. "BTC/USD").

sub?ReactNode

Secondary label rendered in a muted colour next to the primary one (e.g. "Live Candlestick", "1m", series count).

style?CSSProperties

Extra styles merged onto the flex row.