no message

Former-commit-id: 1ec246744a653ec6359b0070410e2cadb34b1665
Former-commit-id: b32f6520504d85ab2188914922c07c1d0e3dec32
Former-commit-id: dfbc0be8d5128ef0cef1db9f32b4e56f59941c9d
This commit is contained in:
李杨
2018-02-18 22:21:12 +08:00
parent ff19ab33ba
commit 754d580a2f
5 changed files with 27 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
<GridItem v-bind="layout.layout[4]" @resized="handleResized(chart[4].refName)">
<el-card class="header-in">
<ChartCardHeader slot="header" @refresh="handleRefreshData(4)" title="近年行情"></ChartCardHeader>
<G2PieBase :ref="chart[4].refName" v-bind="chart[4]"></G2PieBase>
</el-card>
</GridItem>
<!-- 卡片 -->
@@ -79,6 +79,12 @@ export default {
refName: 'G2BarBase',
data: [],
padding: [30, 40, 50, 50]
},
{
api: {url: '/api/chart/G2Pie', data: {type: 'base'}},
refName: 'G2PieBase',
data: [],
padding: [30, 40, 50, 50]
}
],
layout: {