no message

Former-commit-id: d2d1ab6c1a8cfa893e0f01f7469ed97c91d5b5d6
Former-commit-id: cc8d8320f324bbeab0fb88d3e0a51a780e08a1e0
Former-commit-id: d59a0c303631d5f9c788e38d08328dd6311ffffa
This commit is contained in:
李杨
2018-02-19 18:08:09 +08:00
parent c81982cbac
commit 92356e5658
6 changed files with 28 additions and 9 deletions

View File

@@ -34,7 +34,8 @@ export default {
computed: {
style () {
return {
height: this.height + 'px'
height: this.height + 'px',
margin: '-20px'
}
}
},

View File

@@ -93,20 +93,17 @@ export default {
{
api: {url: '/api/chart/G2Pie', data: {type: 'base'}},
refName: 'G2PieBase',
data: [],
padding: [30, 30, 30, 30]
data: []
},
{
api: {url: '/api/chart/G2NightingaleRose', data: {type: 'base'}},
refName: 'G2NightingaleRoseBase',
data: [],
padding: [40, 40, 40, 40]
data: []
},
{
api: {url: '/api/chart/G2Radar', data: {type: 'base'}},
refName: 'G2RadarBase',
data: [],
padding: [30, 30, 30, 30]
data: []
},
{
api: {url: '/api/chart/G2Area', data: {type: 'base'}},