rhiokim / haroopad

Haroopad - The Next Document processor based on Markdown
http://pad.haroopress.com
GNU General Public License v3.0
1.6k stars 225 forks source link

Gantt Graph are blacken #499

Closed cyrusn closed 9 years ago

cyrusn commented 9 years ago

Hi,

All bar are black in gantt graph, you may need to set the following option

mermaid.ganttConfig{
    numberSectionStyles: 4
}

please ref: mermaid gantt config

e.g. The bars in Gantt Graph are all black.


``` mermaid
gantt
    title A Gantt Diagram
    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    anther task      : 24d
```

rhiokim commented 9 years ago

Thanks for the reporting :-) It'll be fixed with next release (v0.13.2)