We're looking to create a Gantt chart by inserting the data and creating the chart via the API (actually via the Java SDK, but either will do). Inserting the data is fine, but cannot seem to get the setDependenciesEnabled (which believe need for the Gantt ) or setGanttEnabled() to work…
We think part of this is the order of events, or cannot update the sheet post data insertion / updateSheet() will not take these settings (throws error)
Any ideas / suggestions would be welcome…