Add style for gantt separator and arrow [V1.2020.16]

0 votes
asked Aug 31, 2020 in Wanted features by The-Lu (63,920 points)

Hello PlantUML Team,

  • How to stylish the 'separator text' ?
  • Could you add a style for 'separator'?
  • Idem for arrow:
    Will be possible to change color (or thickness, or style) of arrows, in gantt diagram with [beta]-style? (cf. /11877)
Here is a test example (with Separator):

Thanks for yours works,
Regards,
Th.

related to an answer for: Add <style></style> in GANTT

1 Answer

0 votes
answered Feb 14, 2021 by Felix
Any news on the seperator styling front. Do not forget the dates also...
commented Mar 10, 2021 by Aquestion
Styling for separator is still not working. Is there a solution to this. Or a working code example?

Best Regards
commented Mar 10, 2021 by The-Lu (63,920 points)

Hello all,

Awaiting style for separator, you can still try the old way... with creole:

@startuml
[Task1] lasts 5 days
-- **Separator title bold** --
[Task2] lasts 4 days
[Task1] -> [Task2]
-- <color:Green>Separator title --
then [Task3] lasts 2 days
-- |<#FF8080> red |<#80FF80> green |<#8080FF> blue | --
[M1] happens on 5 days after [Task1]'s end
-- <back:blue><color:white><font:arial><size:18>end --
@enduml

If that can help,
Regards,
Th.

commented Apr 6, 2021 by The-Lu (63,920 points)

Do not forget the dates also...

See now an explicitly request, for date, days or months, here:

Regards,
Th.
...