We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7b889 commit 937e6a5Copy full SHA for 937e6a5
pages/my_data.vue
@@ -1,8 +1,8 @@
1
<template>
2
<section class="section mt-6">
3
-<!-- <div class="column">
+ <div class="column">
4
<BarChartStats/>
5
- </div> -->
+ </div>
6
7
<!-- <div class="column">
8
<D3Chart/>
@@ -21,7 +21,7 @@
21
<script>
22
import { map, forEach } from "lodash"
23
import { mapFields } from 'vuex-map-fields'
24
-import Table from "@/components/table/table.vue"
+import Table from "@/components/table/table-new.vue"
25
import D3Chart from "@/components/charts/d3-chart.vue"
26
import BarChartStats from "@/components/charts/bar-chart-stats.vue"
27
0 commit comments