Nevermind, I managed to track it down in the options table.
@bonsak I’m not sure how relevant this is to what you want, but click and drag can be easily implemented by adding the following style to your stylesheet:
.gantt section {
width: ‘insert width here’;
overflow-x: scroll;
}
This keeps the leftmost column fixed in place, while allowing the section that shows dates and such to be scrolled through horizontally.
I have a question: where is the information about each gantt chart stored. I’ve had a look in the wordpress tables but can’t find anything there.
Thanks for the great plugin!