🌙 Dark
<CandleView
title="AAPL - Apple Inc."
data={sampleData}
height={500}
theme="dark"
timeframe="1d"
showTopPanel={true}
showLeftPanel={true}
/>
☀️ Light
<CandleView
title="AAPL - Apple Inc."
data={sampleData}
height={light}
theme="dark"
timeframe="1d"
showTopPanel={true}
showLeftPanel={true}
/>
Last updated on