walterra / d3-milestones

A d3 based timeline visualization.
https://walterra.github.io/d3-milestones
Other
154 stars 27 forks source link

using vertical in os_category-lables not working #23

Closed HarryF514 closed 3 years ago

HarryF514 commented 3 years ago

.orientation('vertical')

after adding this .orientation('vertical') to os_category-labels.html, the webpage just keep loading.

walterra commented 3 years ago

Thanks for spotting this. The vertical layout wasn't supported with multiple categories so far. I pushed some fixes (b547700936e8bf35959e34e373a1c447a537ed21, 87ef7f00c085cfb942158b2a6ce348aaad6f9b82) and will make it available as beta2. There's still a glitch with the last label at the bottom, will update here once fixed.

image

walterra commented 3 years ago

Fixed the last item glitch in 1dda9874952cb0a9fafe835d24a6c2ee13e69a44

image