diff --git a/src/views/Compare/Dashboard/index.vue b/src/views/Compare/Dashboard/index.vue
index 3670cde..a7cf76c 100644
--- a/src/views/Compare/Dashboard/index.vue
+++ b/src/views/Compare/Dashboard/index.vue
@@ -117,7 +117,10 @@
-
{{ contentData.freq.title }}
-
+
+
-
@@ -168,6 +171,7 @@ import {
knownScaleHorizontalChartOptions,
knownScaleBarChartOptions,
} from "@/constants/constants.js";
+import FreqChart from '../../Discover/Performance/FreqChart.vue';
export default {
@@ -181,6 +185,7 @@ export default {
},
components: {
SidebarStates,
+ FreqChart,
},
data() {
return {
diff --git a/src/views/Discover/Performance/FreqChart.vue b/src/views/Discover/Performance/FreqChart.vue
index 8db3204..7403b8c 100644
--- a/src/views/Discover/Performance/FreqChart.vue
+++ b/src/views/Discover/Performance/FreqChart.vue
@@ -3,8 +3,7 @@