Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedding the chart widget in a horizontal scrollable div #6

Open
amitabak opened this issue Jun 5, 2018 · 0 comments
Open

Embedding the chart widget in a horizontal scrollable div #6

amitabak opened this issue Jun 5, 2018 · 0 comments

Comments

@amitabak
Copy link

amitabak commented Jun 5, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant