En
<CandleView
title="AAPL - Apple Inc."
data={sampleData}
height={500}
theme="dark"
i18n="en"
timeframe="1d"
showTopPanel={true}
showLeftPanel={true}
/>
zH-CN
<CandleView
title="AAPL - Apple Inc."
data={sampleData}
height={500}
theme="light"
i18n="zh-cn"
timeframe="1d"
showTopPanel={true}
showLeftPanel={true}
/>
Last updated on