ClickerMonkey / dayspan-vuetify

A collection of components that visualizes DaySpan Calendars and Schedules using Vuetify
MIT License
1.16k stars 254 forks source link

Dynamic cell and event height #207

Open wolfy007 opened 4 years ago

wolfy007 commented 4 years ago

Hello, this is a great vue calendar! Is there an option to set the cell and event height dynamically? My problem is that I had to rescale the font size to bigger, but this way the event title and description can't fit to the event box. Is there an option that, if I set event height to eg.: auto, that cells rescale aswell? This way I guess I have to set the refreshtime for the minute-line too. I saw there is an option to overwrite eventHeight and hourHeight in data, but they don't modify anything. I could modify supports object, colors array, but not heights.