I need echart legend like:
I have tried using this code:
legend: {
icon: "circle",
left: 10,
data: ['Very High', 'Hight', 'Moderate', 'Low'],
orient: 'vertical',
formatter: '{name} {icon} {value}',
textStyle: {
color: "rgba(255, 255, 255, 0.7)",
}
}
But it shows like this:
Can any tell me how can I place the left icon center of the text?
Code can be tested here