Javascript (Gantt Chart)

Asked by Anthony Ebora
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";
};

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