Javascript (Gantt Chart)
Asked by Anthony Ebora
6 years ago.
6 years ago.
How to Change the color of the ProgBar
try This:
dp.onBeforeTaskRender = function(args) {
args.data.box.html = args.data.text;
args.data.box.barColor = "green";
};
DayPilot