In all examples on your documentation, legends are above the Charts.
How do I move the legend(s) below the chart, for example?
@cbll you can use the legend.position config property.
options: {
legend: {
position: 'bottom'
}
}
@etimberg thank you frend
Most helpful comment
@cbll you can use the
legend.positionconfig property.