scaley_class problem

Hi,

Is the {timelineName}_scaley_class tempate available in the evaluation version of the scheduler?

I’ve tried it as specified in the docs but with no result:

testScheduler.createTimelineView({
name : “timeline”,

})

testScheduler.templates.timeline_scaley_class = function(key, label, section) {
console.log(key, label, section) // Can’t see the log too…
return “red”;
};

The only difference is that I created the testScheduler via Scheduler.getSchedulerInstance();

Nevermind… I was setting it before the init method… Sorry for bothering :slight_smile: