🌙 黑暗模式
<CandleView
title="AAPL - Apple Inc."
data={sampleData}
height={500}
theme="dark"
timeframe="1d"
showTopPanel={true}
showLeftPanel={true}
/>
☀️ 日间模式
<CandleView
title="AAPL - Apple Inc."
data={sampleData}
height={light}
theme="dark"
timeframe="1d"
showTopPanel={true}
showLeftPanel={true}
/>