|
@@ -23,6 +23,11 @@
|
|
<bar-chart />
|
|
<bar-chart />
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :xs="24" :sm="24" :lg="8">
|
|
|
|
+ <div class="chart-wrapper">
|
|
|
|
+ <messageManager />
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
@@ -35,6 +40,7 @@ import LineChart from './dashboard/LineChart'
|
|
import RaddarChart from './dashboard/RaddarChart'
|
|
import RaddarChart from './dashboard/RaddarChart'
|
|
import PieChart from './dashboard/PieChart'
|
|
import PieChart from './dashboard/PieChart'
|
|
import BarChart from './dashboard/BarChart'
|
|
import BarChart from './dashboard/BarChart'
|
|
|
|
+import messageManager from './dashboard/messageManager'
|
|
|
|
|
|
const lineChartData = {
|
|
const lineChartData = {
|
|
newVisitis: {
|
|
newVisitis: {
|
|
@@ -62,7 +68,8 @@ export default {
|
|
LineChart,
|
|
LineChart,
|
|
RaddarChart,
|
|
RaddarChart,
|
|
PieChart,
|
|
PieChart,
|
|
- BarChart
|
|
|
|
|
|
+ BarChart,
|
|
|
|
+ messageManager
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|