RTL Horizontal Timeline (JSON)

Demonstrates right-to-left layout using JSON config with rtlMode and sameSideNodes.

Uses rtlMode: true, layoutMode: 'horizontal', and sameSideNodes: 'top' to keep all nodes on one row.

Key JSON fields


{
  "layoutMode": "horizontal",
  "rtlMode": true,
  "sameSideNodes": "top",
  "minWidth": 640,
  "nodeColor": "#0f766e",
  "lineColor": "#0f766e",
  "navColor": "#14b8a6",
  "nodes": [ ... ]
}

View the full JSON file