Hi,
Like start date and end date, I need another date to display such as actual date, how to implement this any idea is welcome
Hello,
You can add new property to task data with third date.
Can you please explain , if possible give me some example
Something like that:
{"additional_date":"01-01-2011", "id":14, "text":"Task #1", "start_date":"02-04-2013", "end_date":"12-04-2013", "progress": 0.8, "open": true}
Hi ,
Thanks for the time. But if we add additonal date also only two colors showing in task bar, I need like three colors in the bar.
Hello,
You need somehow to connect dates from data with colors that you want to show in task bar.
Perhaps this sample could help you to solve the issue, but in this case it’s not implemented with dates, the value of “progress” is used:
docs.dhtmlx.com/gantt/samples/04 … ntent.html
If this doesn’t help you to solve the problem, please provide more information about it.