Our pure JavaScript Scheduler component


Post by albizeka »

Hi,

Im implementing scheduler and i need to set time axis cell (tick width) as custom regarding to the design i have.

When i set the tick width of 190 in the preset:

    presets: [
        {
            base: 'hourAndDay',
            id: 'MyHourAndDay',
            tickWidth: 190,
            align: 'left',
            timeResolution: {
                unit: 'minute',
                increment: 5,
                align: 'left'
            }
        }
    ],

and when i scroll horizontally it causes this Image on the link below:

https://ibb.co/bFxxtCQ

So i need my start hour at the start of the timeaxis-cell not at the center of it


Post by alex.l »

Tried you code snippet here: https://bryntum.com/examples/scheduler/basic/
All works well.

How can we reproduce this? Do you see that in our examples? What Scheduler version do you use?

All the best,
Alex


Post Reply