createWaterfallSlide
Create or update a waterfall chart slide with numeric steps, each containing a label and value. Append a new slide or replace an existing one by specifying its index.
Instructions
Create or update a numeric waterfall steps placeholder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | ||
| title | No | ||
| _index | No | If 0 <= _index < slides.length, update that position. Omit or -1/out-of-range to append to the end (default -1). |