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

Is it normal that datapoints past domain boundary are rendered outside of the graph area? #5

Closed
baybal opened this issue May 13, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@baybal
Copy link

baybal commented May 13, 2021

image

@ghalex
Copy link
Owner

ghalex commented May 13, 2021

I have recreated your example here:
https://codesandbox.io/s/vue3-charts-example-14mmp

I think it has something to do with the domain of the primary axes. I use a band scale for dates and then provide tickValues prop to show a nicer axis, but your example should work too.

I will take a look at why the domain is not correctly calculated and get back with an answer.

@ghalex ghalex added the bug Something isn't working label May 13, 2021
@ghalex ghalex closed this as completed Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants