Skip to content

Commit

Permalink
fix(extra): fixed tabs content
Browse files Browse the repository at this point in the history
  • Loading branch information
papasikis committed Aug 2, 2017
1 parent 3074725 commit b093653
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/extra/Extra.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<overview-tab></overview-tab>
</div>
<div slot="Chart" class="d-flex justify-content-center">
<vuestic-chart v-bind:data="bubbleChartData" type="bubble"></vuestic-chart>
<vuestic-chart v-bind:data="chartData" type="line"></vuestic-chart>
</div>
<div slot="Setup Profile" class="d-flex justify-content-center">
<setup-profile-tab wizardType="simple"></setup-profile-tab>
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -172,7 +172,7 @@
photoURL: 'http://i.imgur.com/pgrHrPu.png'
}
],
bubbleChartData: BubbleChartData
chartData: chartData
}
}
}
Expand All @@ -181,7 +181,6 @@
<style lang="scss">
.tabs {
.overview-tab {
padding-top: 0 !important;
.explore-row {
display: none !important;
}
Expand Down

0 comments on commit b093653

Please sign in to comment.