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

Spacing between title and its bar #44

Closed ijunaid8989 closed 4 years ago

ijunaid8989 commented 4 years ago

image

Is there any way to give space between the title and its consecutive bar?..

I have looked the docs but I am unable to find any option for this. my titles are long and they are going down in the bars.

tanganellilore commented 4 years ago

Hi,

you can enlarge the space between title and bar with the combination of margin and padding, like:

margin:{left:180}, padding:{left:-180}

Please close the issue if you resolve it.

ijunaid8989 commented 4 years ago

yes thanks it worked, just one last question:

image

is there any property available for the very left margin? for the title?

ijunaid8989 commented 4 years ago

got it thanks