Search:
|
Browse by category:
|
| | | |
|
Question
How do I load several .sdxl files into a single Gantt chart?
Answer
The Gantt model is reinitialized when used as a parameter to the method IlvGanttDocumentReader.readGanttModel(). If you have multiple .sdxl files that you want to merge into a single Gantt data model, first merge the .sdxl files into a single org.w3c.dom.Document object then call IlvGanttDocumentReader.readGanttModel().
If you have a .sdxl file that you want to merge into an existing Gantt data model, first read the .sdxl file into a new data model then iterate over the new data model and move its elements to the first data model.
Also listed in | |
Visualizations -> JViews -> Gantt |
Prev | Next | |
Set the stacking order for Gantt activities | Setting the icon for each node relative to the CSS file |