Skip to content
Snippets Groups Projects
Commit c0fccc05 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

add loading icon

parent e6b74ca2
No related branches found
No related tags found
2 merge requests!59Prod,!21Try to fix the issue for gene length graph
Pipeline #18988 passed with stages
in 2 minutes and 20 seconds
...@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment