Premium support for our pure JavaScript UI components


Post by msorys »

How can i delete this area in red ?
Looks like some header on time-axis

Attachments
1.png
1.png (12.72 KiB) Viewed 418 times

Post by saki »

It is the header that comes from viewPreset. You can get rid of it easily this way:

    viewPreset : {
        base    : 'hourAndDay',
        headers : [{
            increment          : 1,
            unit               : 'hour',
            dateFormat         : 'LST',
            originalDateFormat : 'LT'
        }]
    },

If you replace viewPreset with the above settings in app.js of our Vertical Demo it disappears.

Screen Shot 2020-11-13 at 13.47.01.png
Screen Shot 2020-11-13 at 13.47.01.png (514.29 KiB) Viewed 408 times

Post Reply