Open matthewfdaniels opened 6 years ago
make joy plots fit evenly in the provided height while adjusting for height of each joyplot (so you can see the top line's max-value...) easiest way to do this might be to set a high margin-top value.
I'm not 100% sure how to approach this.
Since each genre's area has class area, would this be achievable by doing something like .style('max-height', height / 9) ?
area
.style('max-height', height / 9)
make joy plots fit evenly in the provided height while adjusting for height of each joyplot (so you can see the top line's max-value...) easiest way to do this might be to set a high margin-top value.