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