Merge pull request #46579 from ClickHouse/rs/sparkbar-docs

Small update of sparkbar docs
This commit is contained in:
robot-clickhouse-ci-2 2023-02-20 09:19:01 +01:00 committed by GitHub
commit 1d5cc9b387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,12 +16,12 @@ Otherwise, values outside the interval are ignored.
**Syntax**
``` sql
sparkbar(width[, min_x, max_x])(x, y)
sparkbar(buckets[, min_x, max_x])(x, y)
```
**Parameters**
- `width` — The number of segments. Type: [Integer](../../../sql-reference/data-types/int-uint.md).
- `buckets` — The number of segments. Type: [Integer](../../../sql-reference/data-types/int-uint.md).
- `min_x` — The interval start. Optional parameter.
- `max_x` — The interval end. Optional parameter.