Skip to content

Commit 8628a9e

Browse files
authored
Update README.md
Add new params to the readme
1 parent 75f080d commit 8628a9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ The API is currently provisional and may change in future releases.
142142
* `spread=[alphanumeric]` : how large points should be rendered (one of `large`, `medium`, `small`, `auto`)
143143
* `span_range=[alphanumeric]` : the dyanmic range to be applied for alpha channel (one of `flat`, `narrow`, `normal`, `wide`, `auto`)
144144
* `resolution=[alphanumeric]` : the aggregation grid size (default: `finest`),
145-
145+
* `bucket_min=[numeric]` : a filter to filterout lower count grid points (percentage of maximum records per grid point)
146+
* `bucket_max=[numeric]` : a filter to filter out higher count grid points (percentage of maximum records per grid point)
146147
**Params**
147148

148149
```

0 commit comments

Comments
 (0)