I am trying to set padding for legend, Below is the code for legend properties:
legend: {
horizontalAlign: “left”,
verticalAlign: “bottom”,
fontSize: 12,
fontFamily: “arial”,
}
I want to add padding for legend from left side , can you please guide regarding this?