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,