chart_set_visible_range
Zoom the chart to a specific date range by supplying start and end unix timestamps.
Instructions
Zoom the chart to a specific date range (unix timestamps)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End of range (unix timestamp in seconds) | |
| from | Yes | Start of range (unix timestamp in seconds) |