Gantt: Allow multilines footer

0 votes
asked Dec 21, 2022 in Wanted features by The-Lu (89,080 points)

Hello PlantUML team,

  • Could you allow multilines footern on Gantt diagram?

Here is a not working example:

@startgantt
footer
MultilinesFooter
More footer
end footer

[task1] lasts 1 week

@endgantt

We observe:

(V1.2022.15beta6) java.lang.ClassCastException: class net.sourceforge.plantuml.project.GanttDiagram cannot be cast to class net.sourceforge.plantuml.UmlDiagram (net.sourceforge.plantuml.project.GanttDiagram and net.sourceforge.plantuml.UmlDiagram are in unnamed module of loader org.eclipse.jetty.webapp.WebAppClassLoader @316bcf94)

Regards.

1 Answer

0 votes
answered Mar 20 by The-Lu (89,080 points)

Hi,

That is now fixed (observed on v1.2026.3+)

Regards,
Th.

...