ECharts如何将图例设置在右下角?

发表于 2019-10-22 01:21:58, 最后编辑于2019-10-25 12:44:21 (UTC+0)

示例代码如下

    legend: {
        data:situation,
        x:'right',
        y:'bottom',
        width:40,
        padding:[0,50,70,0],
        itemWidth:10,
        textStyle:{
            color:"#000",
        },
    },
0.099840s