Add volume pane to ticker chart
This commit is contained in:
@@ -346,8 +346,8 @@ export default function TickerDetailPage() {
|
||||
/>
|
||||
|
||||
{/* Chart — always visible */}
|
||||
<Section title="Price Chart">
|
||||
{ohlcv.isLoading && <SkeletonCard className="h-[400px]" />}
|
||||
<Section title="Price & Volume">
|
||||
{ohlcv.isLoading && <SkeletonCard className="h-[440px]" />}
|
||||
{ohlcv.isError && (
|
||||
<SectionError
|
||||
message={ohlcv.error instanceof Error ? ohlcv.error.message : 'Failed to load OHLCV data'}
|
||||
|
||||
Reference in New Issue
Block a user