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

FIX #28 UNNECESSARY TRANSFORM #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

FIX #28 UNNECESSARY TRANSFORM #33

wants to merge 2 commits into from

Conversation

tligier
Copy link

@tligier tligier commented Oct 1, 2020

What?

Fix #28 Unnecessary translate in zoom and pan example.
The "translate" attribute is not only unnecessary, it actually move the event zone away from the graph.

Why?

Resolve issue #28

How?

Remove the unnecessary "transform" attribute

Screenshots

Before:Screenshot 2020-10-01 at 22 15 56
After:Screenshot 2020-10-01 at 22 16 41

Fix #28 Unnecessary translate in zoom and pan example.
Remove the unnecessary "transform" attribute
Calculate min and max values according to https://www.data-to-viz.com/caveat/boxplot.html.
Previous values were calculated as if there would always be outliers values.
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

Successfully merging this pull request may close these issues.

Unnecessary translate in zoom and pan example
1 participant