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

How to add horizontal scroll in chart if chart got more data ? #4

Open
infaz opened this issue Apr 23, 2019 · 2 comments
Open

How to add horizontal scroll in chart if chart got more data ? #4

infaz opened this issue Apr 23, 2019 · 2 comments

Comments

@infaz
Copy link

infaz commented Apr 23, 2019

No description provided.

@surajsly
Copy link

You can add a ScrollView as Parent to your chart.
<ScrollView horizontal={true}>
<LineChart style={{...}} chartConfig={...} verticalLabelRotation={30} />
</ScrollView>

@bryanprimus
Copy link

does someone able to do this?

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

3 participants