Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/api/graph/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ All query params related to fetching data:
| `step` | Step size for data | auto | [duration](../time-parameters.md#durations) |

!!! Warning
In most cases users should not set `step` directly. The `step` parameter
is deprecated.
In most cases users should not set `step` directly. Steps smaller than the minimum stored interval
are ignored and a default is used, based on the stored interval and query range. Steps that are not
a multiple of the stored interval, or larger than the query range are also ignored and the default is used.

### Time

Expand Down