-
Notifications
You must be signed in to change notification settings - Fork 185
frameAnchor: bottom is not properly aligned #1043
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
Labels
bug
Something isn’t working
Comments
Merged
Fil
added a commit
that referenced
this issue
Sep 30, 2022
We need a different fix than #1061. |
More specifically, the problem is that we’re calling applyTransform when the mark doesn’t have an x/y position. |
mbostock
added a commit
that referenced
this issue
Nov 26, 2022
* geometry mark * pRetTIEr * project x & y; re-fix #1043 * more projections, and options * add missing test * PretTier * projection + hexbin * projection.stream for x and y * test null projection * another comment * remove TODO’s * simplify walmarts * Update README * sphere, graticule * update graticule snapshot * Walmart data provenance * r channel for geometries; sort by R. * Use the facets dimensions, and respect margins. Note that this changes the test plots by 1px (due to margins being 0.5-offset). * clip: "sphere" * allow projection configuration function * revert dimensions changes * withDefaultSort * tweak faceted walmarts test * fix auto height for pre-projected geometry * more projections * projection + density * all marks can clip to sphere * test voronoi clip to sphere * error if sphere clip lacks projection * error if projection and band-requiring channels * Update README.md Co-authored-by: Philippe Rivière <[email protected]> * Update README.md Co-authored-by: Philippe Rivière <[email protected]> * pReTTIER * projection requires x and y channels * Update README * Update README * Update README * Update README * a more interesting voronoi map * geo * use fitExtent for armadillo * more data provenance Co-authored-by: Philippe Rivière <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
demo https://observablehq.com/@observablehq/bottom-right-misaligned-1043
The text was updated successfully, but these errors were encountered: