diff --git a/src/components/extra/Extra.vue b/src/components/extra/Extra.vue
index c20a3b05b..7c6beb25d 100644
--- a/src/components/extra/Extra.vue
+++ b/src/components/extra/Extra.vue
@@ -30,7 +30,7 @@
-
+
@@ -78,7 +78,7 @@
import VuesticSocialNews from '../vuestic-components/vuestic-social-news/VuesticSocialNews.vue'
import OverviewTab from '../dashboard/overview-tab/OverviewTab.vue'
import SetupProfileTab from '../dashboard/setup-profile-tab/SetupProfileTab.vue'
- import BubbleChartData from '../statistics/charts/BubbleChartData'
+ import chartData from '../statistics/charts/LineChartData'
export default {
name: 'extra',
@@ -172,7 +172,7 @@
photoURL: 'http://i.imgur.com/pgrHrPu.png'
}
],
- bubbleChartData: BubbleChartData
+ chartData: chartData
}
}
}
@@ -181,7 +181,6 @@