I have a view split into two sections: In the top section, I have a Perspective Table with many columns, so horizontal scrolling is required to see the whole table. In the bottom section, I have a Chart that displays a data trend when I click on a specific cell in the table.
I want the Chart to remain fixed in position within the view, regardless of how far I scroll the Table horizontally. Currently, the Chart seems to inherit the width of the table (which is huge).
I would like to avoid using a Docked View at the bottom. The current workflow allows operators to click through cells very quickly with instant chart updates. I worry that using a Docked View would require opening and closing it repeatedly, which would slow down the user experience.
Has anyone managed to keep a component fixed in the view while another component scrolls horizontally above it?
Thanks!

