vasturiano / timelines-chart

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

Set the timeline height #139

Closed sambatlim closed 1 year ago

sambatlim commented 1 year ago

I want to know how to set the timeline height.

vasturiano commented 1 year ago

You have two props available: maxHeight and maxLineHeight. The resulting chart height is the one that satisfies the two conditions.

sambatlim commented 1 year ago

Thanks