diff --git a/src/components/statistics/progress-bars/ProgressBars.vue b/src/components/statistics/progress-bars/ProgressBars.vue index aeb3407e7..45d99c97f 100644 --- a/src/components/statistics/progress-bars/ProgressBars.vue +++ b/src/components/statistics/progress-bars/ProgressBars.vue @@ -2,131 +2,24 @@
@@ -136,6 +29,8 @@ @import "~bootstrap/scss/variables"; @import "../../../sass/mixins"; + // HACK Shouldn't be here. + .progress-bars { .vuestic-progress-bar { .progress.thick { diff --git a/src/components/statistics/progress-bars/Widgets/ColorfulBars.vue b/src/components/statistics/progress-bars/Widgets/ColorfulBars.vue new file mode 100644 index 000000000..69df3fc74 --- /dev/null +++ b/src/components/statistics/progress-bars/Widgets/ColorfulBars.vue @@ -0,0 +1,57 @@ + +