-
Notifications
You must be signed in to change notification settings - Fork 280
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
Crop data when beginning and end are specified #92
Comments
+1 :( |
I have a hack with svg clip-path. I will make a pull request. |
@Salamandar did you ever make a pull request? could you share your work-around? |
Heads up; if anyone uses zoom (not sure if only happens when setting beginning/end but I'm doing that too), you need to follow this and transform your clip-path within your zoom callback function. See: http://stackoverflow.com/questions/25142240/how-to-apply-d3-js-svg-clipping-after-zooming |
Hi there @noahhai. Sorry for the huge delay, but I did commit on my repo (https://github.com/Salamandar/d3-timeline), if you want to review my commit. I'll do a pull request if you want then :) |
I have a big dataset and want to show only some of my data. I'm using beginning() and end() for that.
But the data is visible outside the axis (in the margin). The data should be cropped by beginning() and end !
The text was updated successfully, but these errors were encountered: