vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
560 stars 122 forks source link

customize the height of the bars #98

Closed progressify closed 3 years ago

progressify commented 3 years ago

How I can increment the height of the report bars? there is a method or a CSS rule to override?

here a detail of my project, I want to increment the height of the bars from at least 2x

image

vasturiano commented 3 years ago

@progressify there are 2 props that let you control this maxHeight and maxLineHeight. Have you tried those?

progressify commented 3 years ago

maxLineHeight is the method for me! thank you! Yesterday I have tried maxHeight and maxLineHeight together, and that is the reason why I have a weird visualization.

ryangriggs commented 1 year ago

Is it possible to change the heights of bars in different groups?

vasturiano commented 1 year ago

@ryangriggs you can define the height of all the lines as a whole, but not individually per group/line. They need to be all the same for good space optimization.