-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Spacing between bricks in a heatmap #858
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
Comments
Add padding field to heatmap that allows users to define space between bricks.
Add padding field to heatmap that allows users to define space between bricks.
( @etpinard / not sure who to ping ) would someone mind taking a look here |
@CalvinFernandez great initiative. We've been wanting to add this feature for a while now. 🍻 to that! There a few things we should clear up before making your PR though.
|
@etpinard 👍 to horizontal and vertical. |
@CalvinFernandez Great. In this case, I would prefer a flat attribute set instead of plotly.js has alrady a few |
alternatively |
+1 |
hey, @etpinard I addressed the comments; mind taking another look? |
@CalvinFernandez looks great! PR away 🚀 One thing though, when you'll make your PR, the image tests fail on CI because your newly added |
Add padding field to heatmap that allows users to define space between bricks.
I'm trying to add spaces between bricks in my plotly heatmap to make it look like the above image. The closest workaround I've found to solving this is to implement something like http://codepen.io/etpinard/pen/dMQrKN. Would it be possible to add a
padding
field to the heatmap api that will specify padding for bottom, left, top and right of each heatmap brick?The text was updated successfully, but these errors were encountered: