diff --git a/src/pages/demo/chart/dynamicSize/index.vue b/src/pages/demo/chart/dynamicSize/index.vue index db3a7717..15500918 100644 --- a/src/pages/demo/chart/dynamicSize/index.vue +++ b/src/pages/demo/chart/dynamicSize/index.vue @@ -122,14 +122,14 @@ export default { layout: { // 调整布局时 复制 layoutUpdatedHandler() 输出的日志到这里 layout: [ - {'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': 4, 'y': 7, 'w': 4, 'h': 7, 'i': '4'}, - {'x': 8, 'y': 7, 'w': 4, 'h': 7, 'i': '5'}, - {'x': 0, 'y': 14, 'w': 4, 'h': 7, 'i': '6'}, - {'x': 4, 'y': 14, 'w': 4, 'h': 7, 'i': '7'} + {'x': 7, 'y': 8, 'w': 5, 'h': 8, 'i': '0'}, + {'x': 4, 'y': 16, 'w': 4, 'h': 7, 'i': '1'}, + {'x': 8, 'y': 16, 'w': 4, 'h': 7, 'i': '2'}, + {'x': 0, 'y': 16, 'w': 4, 'h': 7, 'i': '3'}, + {'x': 3, 'y': 8, 'w': 4, 'h': 8, 'i': '4'}, + {'x': 9, 'y': 0, 'w': 3, 'h': 8, 'i': '5'}, + {'x': 0, 'y': 8, 'w': 3, 'h': 8, 'i': '6'}, + {'x': 0, 'y': 0, 'w': 9, 'h': 8, 'i': '7'} ], colNum: 12, rowHeight: 30,