Skip to content

Commit

Permalink
Add docs for limits configuration for dimension (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmroz-allegro authored Apr 3, 2023
1 parent 810a6a4 commit 77380e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configuration-datacubes.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ Specify kind of data inside dimension. It defaults to "string".

Set to true if dimension holds multiple values. [Druid Multi-Value Dimensions](https://druid.apache.org/docs/latest/querying/multi-value-dimensions.html)

**limits** (number[]), default: [5, 10, 25, 50, 100]

Specify available limit values for dimension. Please note that specific visualisations can override chosen limit, for example line chart limits are driven by available [visualisation colors](configuration-customizations.md#visualisation-colors).

**formula** (string - plywood expression)

The [Plywood expression](https://plywood.imply.io/expressions) for this dimension.
Expand Down

0 comments on commit 77380e6

Please sign in to comment.