How does echarts achieve this effect?

I want to set a certain distance between the graphic tag and the text, and then let legend wrap

Mar.06,2021

html + css


give him the style alone


textStyle: {

        padding: [0, 60, 0,0]
    },
Menu