search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Javascript (Gantt Chart)

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

Answer posted by Dan Letecky [DayPilot]
4 years ago.

The full list of properties that can be specified in the source data object or in onBeforeTaskRender can be found here:
https://api.daypilot.org/daypilot-task-data/

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