Skip to content

Commit

Permalink
Added description for data set long-term frozen members.
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophile-Madet committed Dec 10, 2024
1 parent 77ca71f commit e658726
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/statistics/datasets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ export const datasets: { [key: string]: Dataset } = {
},
[datasetNumberOfLongTermFrozenMembers]: {
display_name: gettext("Long-term frozen members"),
description: gettext(
"Members that are frozen since more than 180 days (roughly 6 month)",
),
apiCall: api.statisticsNumberOfLongTermFrozenMembersAtDateRetrieve,
chart_type: "line",
relative: false,
Expand Down

0 comments on commit e658726

Please sign in to comment.