Skip to content

Commit ba67240

Browse files
committed
docs: drop non-existent autoStart option from useMetricView table
useMetricView never implemented autoStart — the row was copied from useAnalyticsQuery's options table. The hook's effect calls start() unconditionally and UseMetricViewOptions has no such field. Co-authored-by: Isaac Signed-off-by: Atila Fassina <atila@fassina.eu>
1 parent 3be8184 commit ba67240

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/docs/plugins/analytics.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ When `"revenue"` is a key in the generated `MetricRegistry` (see [Metric-view ty
521521
| `timeGrain` | `string` | no | Bucket a time dimension (`day`, `month`, …). Requires `timeDimension`. Inferred `timeGrains`. |
522522
| `timeDimension` | `string` | no | The single dimension `timeGrain` buckets. Must be one of `dimensions`. |
523523
| `limit` | `number` | no | Positive integer row cap. |
524-
| `autoStart` | `boolean` | no | Start the query on mount. Default `true`. |
525524

526525
**Return type:**
527526

0 commit comments

Comments
 (0)