Search code examples
amcharts

amCharts Long legend names not right-aligning


I'm having some trouble displaying my legend correctly.

I've tried putting it into it's own container, but I cannot get the items to right align neatly.

Any suggestions? (omitted some sensitive data)

enter image description here


Solution

  • I managed to fix this with

    chart.legend.maxWidth = undefined;