Our pure JavaScript Scheduler component


Post by vu cuong »

Dear,
Is it possible to dynamically change tickWidth of viepreset?

Thanks


Post by Animal »

Do you mean dynamically change the tick size in the running scheduler, or change the default tick size of any view preset that might be switched to?

If the former:

scheduler.timeAxisViewModel.tickSize=100

if the latter, right now, you would have to set the underlying data object

scheduler.viewPreset.data.tickSize=100;

Post by Animal »


Post by vu cuong »

Thank you, I've done it


Post Reply