Skip to main content

Diagram Settings

Lifelines

  • Object1 (idle, active, waiting)
  • Object2 (low, high)

Preview

Object1idleactivewaitingObject2lowhight0t1t2t3t4mssignal(){d < 50ms}

Export

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Timing Diagram</title>
  <style>
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      margin: 0;
      background: #ffffff;
    }
    .timing-container {
      padding: 40px;
    }
  </style>
</head>
<body>
  <div class="timing-container">
    
  </div>
</body>
</html>

Rate this tool