Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ABSD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
ABSD
Commits
ec2a0bb3
Commit
ec2a0bb3
authored
1 month ago
by
Simon Malesys
Browse files
Options
Downloads
Patches
Plain Diff
Fetch the stats when the stats page is mounted
parent
d08d9354
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#155267
passed
1 month ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/client/components/TheStatisticsPage.vue
+5
-1
5 additions, 1 deletion
src/client/components/TheStatisticsPage.vue
with
5 additions
and
1 deletion
src/client/components/TheStatisticsPage.vue
+
5
−
1
View file @
ec2a0bb3
...
...
@@ -113,7 +113,11 @@ const plotConfig = {
responsive
:
true
}
onMounted
(()
=>
{
onMounted
(
async
()
=>
{
if
(
!
statistics
.
value
)
{
await
store
.
getStatistics
()
}
buildSpeciesPlot
()
buildSourcesPlot
()
buildHeavySegmentsPlot
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment