flrs / visavail

A D3.js Time Data Availability Visualization
https://flrs.github.io/visavail/docs/samples/basic.html
MIT License
310 stars 59 forks source link

How to change height of bars #23

Closed FunDeckHermit closed 6 years ago

FunDeckHermit commented 6 years ago

What parameters do I need to edit to change the height of the bars?

flrs commented 6 years ago

Hi @mindfuucker, you can change the height of the bars through changing the variable dataHeight in visavail.js, see here: https://github.com/flrs/visavail/blob/99e793767ac12b0491fcf799b8d4ced8b96f7dc0/visavail/js/visavail.js#L17

FunDeckHermit commented 6 years ago

Thank you!