Ganttchart reference

The viz for project management

Overview

📖 Learn More about the Ganttchart here.

📖 Find examples on the Ganttchart here.

Parameters

Required

You must fill these parameters to produce a Ganttchart

parameters label type description (placeholder | tooltip)
dataset   string Dataset |
label Label string (Column of dataset expected) Column containing label of each project |
startDate Start Date string (Column of dataset expected) Column containing start date |
endDate End Date string (Column of dataset expected) Column containing end date |

Optional

You can let these parameters unset if you do not need them

parameters label type description (placeholder | tooltip)
style Custom CSS class string amazing-class | Set a custom CSS class to target this specific chart with CSS
groups   string (Column of dataset expected) Column containing group type | Column that helps you identify your project stages or versions
packs Packs string (Column of dataset expected) Column containing packs names |
viewMode View type string | Choose your display type:Stages Breakdown your project in phasesCompared Compare 2 versions of the same project
granularity Timeline display string | Choose how to display the timeline.The default display is week and month
events     | Add major events on your project timeline
sentiment   string (Column of dataset expected) Column containing the sentiment | Will be displayed as a colored dot

Others

This parameters are either common to all charts, or hidden from studio. You can use them in code mode, but it’s not recommended !

No options here