Hello,
trying to use the Mermaid plugin for Gantt chart. Overall it’s great, but there’s a problem: the rendered view is very small in terms of text size. There is a scaling setting but it only works up to 4, and for me it’s still too small. It seems that for Gantt view you cannot use CSS as the plugin just outputs an image. Init directive for font size doesn’t work either:
%%{init: {'theme': 'base', 'themeVariables': { 'fontSize': '16px' }}}%%
Did anyone found any way how to make the text in this chart type larger?
Thanks in advance