diff --git a/portlets/src/main/resources/locale/portlet/Challenges_en.properties b/portlets/src/main/resources/locale/portlet/Challenges_en.properties index b855a0ac81..612fe45ef8 100644 --- a/portlets/src/main/resources/locale/portlet/Challenges_en.properties +++ b/portlets/src/main/resources/locale/portlet/Challenges_en.properties @@ -403,9 +403,9 @@ gamification.overview.endingActionsTitle=Ending soon gamification.overview.availableActionsTitle=Available actions gamification.overview.upcomingActionsTitle=Upcoming actions gamification.hiddenProgram=Hidden program -gamification.hiddenProgramTooltip=You cannot see this program since you are not a member of its audience +gamification.hiddenProgramTooltip=This program is hidden. Join us and request to access it gamification.hiddenAction=Hidden action -gamification.hiddenActionTooltip=You cannot see this action since you are not a member of its program audience +gamification.hiddenActionTooltip=This action is restricted to members only. Join us and request to access it gamification.showMore=Show more gamification.profileStats.WEEK=Current week statistics gamification.profileStats.MONTH=Current month statistics diff --git a/portlets/src/main/webapp/vue-app/usersLeaderboardCommon/components/ProfileChart.vue b/portlets/src/main/webapp/vue-app/usersLeaderboardCommon/components/ProfileChart.vue index b72ea43465..30f3fa5ec0 100644 --- a/portlets/src/main/webapp/vue-app/usersLeaderboardCommon/components/ProfileChart.vue +++ b/portlets/src/main/webapp/vue-app/usersLeaderboardCommon/components/ProfileChart.vue @@ -23,45 +23,60 @@ -
- - - - {{ item.label || $t('gamification.hiddenProgramTooltip') }} - - - + + + + {{ item.label || $t('gamification.hiddenProgramTooltip') }} {{ hoverProgramPercent && `(${hoverProgramPercent}%)` || '' }} + + + + +
-
+ min-width="250" + max-width="250" + class="usersLeaderboardChartParent absolute-horizontal-center align-center justify-center" + flat>
+