vasturiano / timelines-chart

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

Scale height of individual rects plotted based on an attribute #24

Open Pranjal916 opened 5 years ago

Pranjal916 commented 5 years ago

image I'm trying to scale the height of each rectangle plotted in a timeline according to a score value from 1-100. Any method to control the height of plotted rectangles in svg?

vasturiano commented 5 years ago

@Pranjal916 the height of each timeline is not an aspect you can currently manipulate per timeline. They are computed from the number of timelines and the height of the graph, and should all be the same height.

Pranjal916 commented 5 years ago

@vasturiano Thanks for replying! I was using height as way to add a dimension to the timeline. Can I do it by using heatmap in Categorical timelines? As in, how can I have multiple heatmaps in my Timeline plot?