Gantt with mermaid.js
This example shows how to utilize mermaid.js library for gantt diagram.
- line 7,
<div>
withclass="mermaid"
. - line 56, Embed mermaid.js library with
startOnLoad:false
. - line 28, Use
FILTER_CHANGED()
Since v8.0.15 that extracts the first and last records of the each states. - line 46-48, Append mermaid script.
|
|
Last updated on