Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
metagenedb
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Metagenomics
metagenedb
Commits
c0fccc05
Commit
c0fccc05
authored
5 years ago
by
Kenzo-Hugo Hillion
Browse files
Options
Downloads
Patches
Plain Diff
add loading icon
parent
e6b74ca2
No related branches found
Branches containing commit
No related tags found
2 merge requests
!59
Prod
,
!21
Try to fix the issue for gene length graph
Pipeline
#18988
passed with stages
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/components/Histogram.vue
+6
-0
6 additions, 0 deletions
frontend/src/components/Histogram.vue
with
6 additions
and
0 deletions
frontend/src/components/Histogram.vue
+
6
−
0
View file @
c0fccc05
...
@@ -2,6 +2,12 @@
...
@@ -2,6 +2,12 @@
<div
v-if=
"geneLengthData.counts"
>
<div
v-if=
"geneLengthData.counts"
>
<canvas
id=
"histogram"
></canvas>
<canvas
id=
"histogram"
></canvas>
</div>
</div>
<div
class=
"text-xs-center"
v-else
>
<v-progress-circular
indeterminate
color=
"secondary"
></v-progress-circular>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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