Plot a Gantt-Chart
1 2 3 4 5 6 7 8 | ganttChart(
excel_file,
title = "Gantt-Chart",
point_size = 5,
date_breaks = "4 weeks",
minor_breaks = "1 week",
save = FALSE
)
|
excel_file |
The file containing the tasks and the corresponding dates |
title |
Title of the plot |
point_size |
Size of the points plotted in the Gantt-Chart |
save |
Save the plot as a .jpg file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.