Hi Dimitar
Thanks for your reply. I did not modify the demo. In the debug tools, there are no files that could not be loaded and there are no other errors in the console.
Since I don't really need to be able to create tasks in the browser, I went ahead and built an own example that loads the tasks from a JS array. So far everything else worked fine.
What's the best way to modify the behaviour of the chart in JS beyond the scope of what's available per default? Can I extend the JS components in some way and override some default behaviours? Here are some things I'm looking to do (per clients request):
- change background color of the rows in the left area of the chart (title, taskId, etc.) according to parent task. e.g. the phase "development" would be green, as well as the background color of it's tasks, whereas a phase "construction" would be blue.
- custom columns in left area of the chart with calculated values
- change column width of the timeline part of the chart
- add a table with some summary data at the bottom of the chart
I am quite comfortable with doing heavy lifting in JavaScript if there's a good way to extend/hook into the framework.
Any help on this?
Thanks.
Christof