StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
754 stars 414 forks source link

Events height should be flexible #137

Closed zainbconf closed 5 years ago

zainbconf commented 5 years ago

Hello,

I want to use custom event style, I found this method 'eventItemTemplateResolver' to design custom event style. But if we increase height of the event, it overlaps the other event, if there is some event with same resource and time. Capture

StephenChou1017 commented 5 years ago

Hi, you need to set schedulerData.config.eventItemHeight and eventItemLineHeight to the correct value.

zainbconf commented 5 years ago

@StephenChou1017 Thanks man, it works!