From 39b555d1bb41f9db22291f6fba255ff12aa2fac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Sun, 18 Feb 2018 18:24:22 +0800 Subject: [PATCH] no message Former-commit-id: b90687c6d7ad736de5ceaa8ab4857a5d7d6727fa Former-commit-id: 854d4a9db52f68ed721a1c0ebc45c5c901e21741 Former-commit-id: efda210f8058a4a9884f93506da22621c59597fe --- src/pages/demo/chart/index/index.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/pages/demo/chart/index/index.vue b/src/pages/demo/chart/index/index.vue index 242575a9..abc034e8 100644 --- a/src/pages/demo/chart/index/index.vue +++ b/src/pages/demo/chart/index/index.vue @@ -29,6 +29,20 @@ + + + + + + + + + + + + + + @@ -73,7 +87,9 @@ export default { {'x': 0, 'y': 0, 'w': 4, 'h': 7, 'i': '0'}, {'x': 4, 'y': 0, 'w': 4, 'h': 7, 'i': '1'}, {'x': 8, 'y': 0, 'w': 4, 'h': 7, 'i': '2'}, - {'x': 0, 'y': 7, 'w': 4, 'h': 7, 'i': '3'} + {'x': 0, 'y': 7, 'w': 4, 'h': 7, 'i': '3'}, + {'x': 4, 'y': 7, 'w': 4, 'h': 7, 'i': '4'}, + {'x': 8, 'y': 7, 'w': 4, 'h': 7, 'i': '5'} ], colNum: 12, rowHeight: 30,