Graph with responsive height and larger than the container dynamic width

Hi, I’m trying to implement a bar chart in a multi-page Dash app. I’m using a more responsive layout based on dbc components and percent-based containers. I would like the dashboard to fit the screen and individual containers to have scroll bars if needed. How can I make a bar chart to fit the height of it’s container, but having a width based on data length? (let’s suppose, 50 * len(x_axis) pixels).