Is there anyway to print non date information on the x axis for gantt charts? I am using it to build a schedule for a class I teach and I would like everything to be in weeks (eg Week 1, Week 2, Week 3) so it's independent of specific dates.
Unless Google provides some kind of support for this, I am thinking my only option is to hack into the DOM and change the the output of the nodes that represent the x axis. I hope there is an easier/cleaner way.
thanks