Skip to content

Commit

Permalink
docs: Add missing dimension types
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Jan 7, 2025
1 parent 9678050 commit ee0c8c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/docs/catalog/rdf-to-visualize.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ checked one after the other.
`isMeasureDimension = true and scaleType != "Ordinal"`, else
- **Standard Error Dimension** if any of the related dimensions has
`StandardError` type, else
- **Confidence Upper Bound Dimension** if any of the related dimensions has
`ConfidenceUpperBound` type, else
- **Confidence Lower Bound Dimension** if any of the related dimensions has
`ConfidenceLowerBound` type, else
- **Temporal Entity Dimension** if
`dataKind = "Time" and scaleType = "Ordinal" and (timeUnit = "Month" or timeUnit = "Year")`,
else
- **Temporal Ordinal Dimension** if
`dataKind = "Time" and scaleType = "Ordinal"`, else
- **Temporal Dimension** if `dataKind = "Time" and scaleType != "Ordinal"`, else
Expand Down

0 comments on commit ee0c8c9

Please sign in to comment.