Skip to content

FIX #28 UNNECESSARY TRANSFORM - #33

Open
tligier wants to merge 2 commits into
holtzy:masterfrom
tligier:master
Open

FIX #28 UNNECESSARY TRANSFORM#33
tligier wants to merge 2 commits into
holtzy:masterfrom
tligier:master

Conversation

@tligier

@tligier tligier commented Oct 1, 2020

Copy link
Copy Markdown

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