Skip to content

Commit

Permalink
Merge pull request #2087 from bakdata/feature/tooltip-export
Browse files Browse the repository at this point in the history
adjust tooltips
  • Loading branch information
thoniTUB authored Sep 17, 2021
2 parents de35412 + c710eca commit 1f410d3
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@
"NOT_EMPTY"
]
}
]
],
"tooltip": {
"de": "Die Ausgaben beziehen sich auf einen festen absoluten Zeitraum."
}
},
{
"name": "RELATIVE",
Expand Down Expand Up @@ -140,7 +143,7 @@
"GREATER_THAN_ZERO"
],
"tooltip": {
"de": "Anzahl an Zeiteinheiten, die die Größe des Zeitraums vor dem Indexdatum bestimmten"
"de": "Anzahl an Zeiteinheiten, die die Größe des Zeitraums vor dem Indexdatum bestimmten."
}
},
{
Expand All @@ -160,7 +163,7 @@
"GREATER_THAN_ZERO"
],
"tooltip": {
"de": "Anzahl an Zeiteinheiten, die die Größe des Zeitraums nach dem Indexdatum bestimmten"
"de": "Anzahl an Zeiteinheiten, die die Größe des Zeitraums nach dem Indexdatum bestimmten."
}
},
{
Expand Down Expand Up @@ -194,7 +197,7 @@
"NOT_EMPTY"
],
"tooltip": {
"de": "Wenn mehr als ein Datumswert pro Person vorliegt, kann hier ausgewählt werden welcher als Indexdatum gewertet werden soll"
"de": "Wenn mehr als ein Datumswert pro Person vorliegt, kann hier ausgewählt werden welcher als Indexdatum gewertet werden soll."
}
},
{
Expand Down Expand Up @@ -228,7 +231,7 @@
"NOT_EMPTY"
],
"tooltip": {
"de": "Angabe für welchen Zeitraum das Quartal mit dem Indexdatum gewertet wird"
"de": "Angabe für welchen Zeitraum das Quartal mit dem Indexdatum gewertet wird."
}
},
{
Expand Down Expand Up @@ -265,7 +268,10 @@
"NOT_EMPTY"
]
}
]
],
"tooltip": {
"de": "Die Ausgaben beziehen sich auf einen Vor- und Nachbeobachtungszeitraum, abhängig von dem Indexdatum jeder Person in der Versichertengruppe."
}
}
]
}
Expand Down

0 comments on commit 1f410d3

Please sign in to comment.