no message
Former-commit-id: 873a2afd2881efe54dbdc525de801e5062d4fa36 Former-commit-id: dbe6c982d002cc37d1a90ff15773390f1202d058 Former-commit-id: 868b1fd3d94060ac719b84be9a4f1c2e5087a959
This commit is contained in:
@@ -29,12 +29,7 @@ export default {
|
||||
},
|
||||
// 初始化图表
|
||||
initHandler () {
|
||||
this.chart = new this.G2.Chart({
|
||||
container: this.$refs.chart,
|
||||
forceFit: this.forceFit,
|
||||
height: this.G2.DomUtil.getHeight(this.$refs.chart),
|
||||
padding: this.padding
|
||||
})
|
||||
this.creatChart()
|
||||
this.chart.source(this.dvMaker(), {
|
||||
percent: {
|
||||
formatter: val => {
|
||||
|
||||
Reference in New Issue
Block a user