no message
Former-commit-id: f5c40fc8075c0213f9b67dde351a24b326ded340 Former-commit-id: 49e4b22d84089c1e4097bc24c9b2a8933747cea6 Former-commit-id: e6bb925b422085bc03275d7f51d6dada2b87e6d0
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<GridItem v-bind="layout.layout[5]" @resized="handleResized(chart[5].refName)">
|
||||
<el-card class="header-in">
|
||||
<ChartCardHeader slot="header" @refresh="handleRefreshData(5)" title="近年行情"></ChartCardHeader>
|
||||
|
||||
<G2NightingaleRoseBase :ref="chart[5].refName" v-bind="chart[5]"></G2NightingaleRoseBase>
|
||||
</el-card>
|
||||
</GridItem>
|
||||
</GridLayout>
|
||||
@@ -59,32 +59,34 @@ export default {
|
||||
{
|
||||
api: {url: '/api/chart/G2Line', data: {type: 'base'}},
|
||||
refName: 'G2LineBase',
|
||||
data: [],
|
||||
padding: [30, 40, 50, 50]
|
||||
data: []
|
||||
},
|
||||
{
|
||||
api: {url: '/api/chart/G2Line', data: {type: 'step'}},
|
||||
refName: 'G2LineStep',
|
||||
data: [],
|
||||
padding: [30, 40, 50, 50]
|
||||
data: []
|
||||
},
|
||||
{
|
||||
api: {url: '/api/chart/G2Column', data: {type: 'base'}},
|
||||
refName: 'G2ColumnBase',
|
||||
data: [],
|
||||
padding: [30, 40, 50, 50]
|
||||
data: []
|
||||
},
|
||||
{
|
||||
api: {url: '/api/chart/G2Bar', data: {type: 'base'}},
|
||||
refName: 'G2BarBase',
|
||||
data: [],
|
||||
padding: [30, 40, 50, 50]
|
||||
data: []
|
||||
},
|
||||
{
|
||||
api: {url: '/api/chart/G2Pie', data: {type: 'base'}},
|
||||
refName: 'G2PieBase',
|
||||
data: [],
|
||||
padding: [30, 30, 30, 30]
|
||||
},
|
||||
{
|
||||
api: {url: '/api/chart/G2NightingaleRose', data: {type: 'base'}},
|
||||
refName: 'G2NightingaleRoseBase',
|
||||
data: [],
|
||||
padding: [30, 30, 30, 30]
|
||||
}
|
||||
],
|
||||
layout: {
|
||||
|
||||
Reference in New Issue
Block a user