Are we able to change the bar width?
Asked by JC
4 years ago.
4 years ago.
Take this code:
if (args.e.type == "pending") {
args.e.barColor = "#c5003b";
args.e.barBackColor = "#c5003b";
We need to change the args.e.bar that appears on the left to be a bit wider. ie. something like
args.e.barWidth = "12px";
DayPilot