[docs] Updating slice parameter documentation. (#8535)

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
This commit is contained in:
John Bodley 2019-11-10 11:31:11 -08:00 committed by GitHub
parent 650c848243
commit 64de9aa056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ Note not all fields are correctly catagorized. The fields vary based on visualiz
| `row_limit` | *number* | The **Row limit** widget |
| `timeseries_limit_metric` | *object* | The **Sort By** widget |
Note the `metric` (or equivalent) and `timeseries_limit_metric` fields are all composed of the JSON representation of the `AdhocMetric` JavaScript type.
The `metric` (or equivalent) and `timeseries_limit_metric` fields are all composed of either metric names or the JSON representation of the `AdhocMetric` JavaScript type. The `adhoc_filters` is composed of the JSON represent of the `AdhocFilter` JavaScript type (which can comprise of columns or metrics depending on whether it is a WHERE or HAVING clause). The `all_columns`, `all_columns_x`, `columns`, `groupby`, and `order_by_cols` fields all represent column names.
### Options