I simply took dojo gantt chart example and put it in my code, and now this fiddle, and theres nothing rendered, without any errors. Did I miss something out? It appears onLoad does not run, in my Chrome Console network tab, theres no 404’s tho, and it looks like every thing downloaded fine?
UPDATE
I think the problem here is with the require GanttChart. If I comment that out, at least I get into the onLoad
There seems to be an issue with the Gantt in Dojo 1.7.2 . When I switch to v 1.7.1 it works fine (for my implementation, and on your fiddle too).