generate_marble
Visualize RxJS stream emissions over time by creating ASCII marble diagrams that show event sequences and timing.
Instructions
Generate ASCII marble diagrams to visualize RxJS stream emissions over time
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Array of events to visualize | |
| duration | No | Total duration to show in the diagram | |
| scale | No | Time scale factor (ms per character) | |
| showValues | No | Whether to show values below the timeline |