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
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