mermaidjs/mermaid-live-editor

Increase font size and remove "today line" in gantt chart

lucasmation opened this issue · 0 comments

Here is gantt the example plot

I would like to:

  1. Increase font size
  2. Remove the today line.

For 2, . this question suggests transforming the graph object in R with style_widget(m1, "display:none", "line.today"). How do I change that in the live editor??