generate_marble
Generate ASCII marble diagrams from event data to visualize RxJS stream emissions over time, including values, errors, and completion signals.
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 |