antvis / wx-f2

F2 的微信小程序
MIT License
1.28k stars 184 forks source link

用的饼图,设置了padding:0;appendPadding:0,实际图表还是跟容器有间距。 #325

Open Luoxue-xu opened 3 years ago

Luoxue-xu commented 3 years ago
    revenueInitChart(F2, config) {
        revenueChart = new F2.Chart({
            ...config,
            padding: 0,
            appendPadding: 0
        })
        return revenueChart
    },