antvis/wx-f2

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

Luoxue-xu opened this issue · 0 comments

    revenueInitChart(F2, config) {
        revenueChart = new F2.Chart({
            ...config,
            padding: 0,
            appendPadding: 0
        })
        return revenueChart
    },