How to change bar color?

Asked by Seong
6 years ago.

Is there any way to change the bar color? I tried durationBarColor attribute, but it's not working. Thank you.

var e = new DayPilot.Event({
start: new DayPilot.Date(dt+availabilitySet[j].start),
end: new DayPilot.Date(dt+availabilitySet[j].end),
id: availabilitySet[j].id,
text: response['data'][i].name,
durationBarColor: "red"
});

Comment posted by Seong
6 years ago.

Thank you, Dan. That did the trick. Loving your tools...

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.