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 I can create Scatter Chart #518

Open
hardik27111 opened this issue Jan 25, 2024 · 2 comments
Open

How I can create Scatter Chart #518

hardik27111 opened this issue Jan 25, 2024 · 2 comments

Comments

@hardik27111
Copy link

I want to draw a scatter chart like this.
I didn't get any useful doc to achieve this kind of graph using react-native-gifted-charts

image

@Abhinandan-Kushwaha
Copy link
Owner

Abhinandan-Kushwaha commented Jan 25, 2024

Hi @hardik27111
Can you share your dataset?

One way to make a scatter chart is to hide the line from the <LineChart> component by setting thickness={0} or color='transparent'.

@hardik27111
Copy link
Author

hardik27111 commented Feb 14, 2024

I tried that but it's not working as expected when I try to add points at the center of the grid box and in the case when I try to plot multiple dots
something like this.
image

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

2 participants