You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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;
}
but the chart's X axis gets compressed into the width I allocate rather then "expanding into the scrollable unseen area
The text was updated successfully, but these errors were encountered: