Skip to content

Commit

Permalink
feat: Fetch all values for TemporalDimensions with Year resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Apr 4, 2023
1 parent 59d329e commit 2bb2ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/rdf/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export const getCubeDimensionValues = async ({
typeof dimension.maxInclusive !== "undefined" &&
data.timeUnit !== "Day" &&
data.timeUnit !== "Month" &&
data.timeUnit !== "Year" &&
data.scaleType !== "Ordinal"
) {
const min = parseObservationValue({ value: dimension.minInclusive }) ?? 0;
Expand Down

0 comments on commit 2bb2ad2

Please sign in to comment.