Hi,
I run into trouble using DashboardV2 ui template.
I used the V1 before, and using this example made a nice looking graph.
But i can't get it to work on V2.
In dashboard 2 you can use mermaid in markdown nodes, which includes gantt charts.
For example, use a markdown node with the following content:
```mermaid
gantt
title A Gantt Diagram
dateFormat YYYY-MM-DD
section Section
A task :a1, 2014-01-01, 30d
Another task :after a1, 20d
section Another
Task in sec :2014-01-12, 12d
another task : 24d