fix: resolve chart visibility issues after CSV upload
- Add fixed width to sidebar (w-64) to prevent layout collapse - Change chart container from flex-1 to w-full h-full for proper sizing - Chart now properly displays after CSV upload
This commit is contained in:
parent
9b5bc9b6b3
commit
11f0759b0e
8 changed files with 37633 additions and 52 deletions
|
|
@ -266,7 +266,7 @@ const CandleChart = forwardRef<CandleChartHandle, CandleChartProps>(
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="flex-1 relative">
|
||||
<div className="w-full h-full relative">
|
||||
<div ref={chartContainerRef} className="absolute inset-0" />
|
||||
<SvgOverlay
|
||||
chart={chartRef.current}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue