Output of "Chronology" engine

0 votes
asked Jul 18, 2024 in Bug by albert (3,580 points)

When trying to create a "Chronology" diagram with the current plantuml jar (1.2024.7beta2) and the input:

@startchronology
title Chronology Diagram
[A: 2024-01-15 01:08:12] happens on 2024-01-15 01:08:12
[B] happens on 2024-01-15 13:08:12
[C] happens on 2024-01-15 22:12:08
@endchronology

I get on the console the lines:

value=2024-01-15 01:08:12
value=2024-01-15 13:08:12
value=2024-01-15 22:12:08

looks like debug output to me.

Also the generated image contains for the point A the date and time but for the points B and C it is just the bare point.

See also http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000

1 Answer

0 votes
answered Jul 19, 2024 by The-Lu (79,040 points)

Hello A.,

FYI (since end of 2023):

This is really a pre-alpha feature, but we are open to suggestion here.
In this [Chronology] diagram, you cannot use resources as in Gantt diagram.

From:

And for console output it is due to:

Awaiting a full chronologie diagram management, 

Regards,
Th.

...