rrag / react-stockcharts-examples2

357 stars 122 forks source link

Embedding the chart widget in a horizontal scrollable div #6

Open amitabak opened 6 years ago

amitabak commented 6 years ago

Is there a way to place the CandleStickChartForDiscontinuousIntraDay widget inside a horizontal scrollable div (or alike) section without the chart being "compressed" into the div width size ? I have tried

, where .selection-area{ width: 500px; height: 500px; overflow-x: scroll } but the chart's X axis gets compressed into the width I allocate rather then "expanding into the scrollable unseen area