From 61c69ef50855b850fa4a582d08bf4a803c0043f3 Mon Sep 17 00:00:00 2001 From: xianfuxing Date: Tue, 14 Aug 2018 18:17:44 +0800 Subject: [PATCH] # up handleSetLineChartData --- src/views/dashboard/admin/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index b01ffe7..8f14b98 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -79,15 +79,15 @@ const lineChartData = { xAxis: [] }, messages: { - expectedData: [200, 192, 120, 144, 160, 130, 140], - actualData: [180, 160, 151, 106, 145, 150, 130] + totalHistoryData: [200, 192, 120, 144, 160, 130, 140], + incrementHistoryData: [], + xAxis: [1, 2, 3, 4, 5, 6, 7] }, purchases: { - expectedData: [80, 100, 121, 104, 105, 90, 100], - actualData: [120, 90, 100, 138, 142, 130, 130] + totalHistoryData: [80, 100, 121, 104, 105, 90, 100] }, shoppings: { - expectedData: [130, 140, 141, 142, 145, 150, 160], + totalHistoryData: [130, 140, 141, 142, 145, 150, 160], actualData: [120, 82, 91, 154, 162, 140, 130] } }