Skip to main content

Timeline

The following classes can be useful when creating timelines:

  • siren
  • timeline
  • timelineTheme
  • timelineConfig

Example

siren.timeline [
timeline.title "MermaidChart 2023 Timeline"
timeline.section("2023 Q1 <br> Release Personal Tier", [
timeline.multiple("Bullet 1", [
"sub-point 1a"
"sub-point 1b"
"sub-point 1c"
])
timeline.multiple("Bullet 2", [
"sub-point 2a"
"sub-point 2b"
])
])
timeline.section("2023 Q2 <br> Release XYZ Tier", [
timeline.multiple("Bullet 3", [
"sub-point 3a"
"sub-point 3b"
"sub-point 3c"
])
timeline.multiple("Bullet 4", [
"sub-point 4a"
"sub-point 4b"
])
])
]
|> siren.write