Is it possible to change the label height in the calendar view? I was trying to achieve it by providing a custom component via renderLabel function, but it does not affect the height. Is there any way to change the height? I want it to have a fixed height of 24px.
To set the height of the labels, you need to use custom CSS coding, and you need to set the calendar height as well with the heightoption. If you want to set how many labels will be displayed in a cell, use the labels property inside the viewoption. For example:
In order to update the Mobiscroll version, you need to use the following command: $ npm update @mobiscroll/react
Regarding your scheduler question, you can use the timeCellStep and timeLabelStep properties (you can find them inside the viewoptionschedule section). Also, here you can find a demo example, where you can see how these properties work: https://demo.mobiscroll.com/react/scheduler/show-hide-hours-days#