echarts 图形占满整个容器

如图,蓝色背景是容器,但是echarts图上下左右还有很多空间.导致显示不够.怎么铺满一点?

https://img3.mukewang.com/5c04d02f0001072a02390150.jpg

tooltip: {

    formatter: "{a} <br/>{b} : {c}%"

},

grid: {

    top: 0,

    bottom: 0

},

toolbox: {

    show: false

},

pointer: {

    length: '10%',

    width: 4,

    color: 'auto'

},

series: [{

    name: '总数',

    type: 'gauge',

    max: 100,

    detail: {

        formatter: '{value}',

        offsetCenter: [0, '10%'],

        textStyle: {

            color: 'auto',

            fontSize: 12

        }

    },

    data: [{ value: 50, name: '总数' }]

}]


慕虎7371278
浏览 7870回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript