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

Various improvements #352

Merged
merged 43 commits into from
Nov 19, 2020
Merged

Various improvements #352

merged 43 commits into from
Nov 19, 2020

Conversation

luucvanderzee
Copy link
Collaborator

  • Improved Grid component API (for example, it can automatically determine rows and columns now)
  • Added 'rasters' (those gridlines that extend axis ticks)
  • Implemented clipping functionality from PR Section content clipping #177

@atepoorthuis
Copy link
Contributor

Nice work! Three comments:

  • There was an empty unit test for the updates in the Grid component. Did you mean to add some tests there? I have removed it temporarily so the CI will pass.
  • The 'raster' component is a great addition! I'm not sure about its naming though since it deviates a bit from the most commonly used names for these (grid lines, guides) and might also be confusing to those coming from mapping as 'raster' has a specific connotation there. Shall we rename to guides perhaps?
  • Can you add a simple integration test for the new raster/guide component? I'd like to make sure we have at least a simple test for each main component to ensure things don't radically break. Might also be nice to add something to the sandbox for future dev (you probably already have something like it created from when you were implementing the feature?).

Copy link
Contributor

@atepoorthuis atepoorthuis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍

@atepoorthuis atepoorthuis merged commit b6f5825 into master Nov 19, 2020
@atepoorthuis atepoorthuis deleted the various-improvements-and-fix branch November 19, 2020 16:23
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.

2 participants