问题
i have amcharts and i add legend to charts but show text value legend on marker
i set margin left and right to legend value but not work
chart.legend.valueLabels.template.marginRight=10;
chart.legend.valueLabels.template.marginLeft=10;
i will show legend like this
回答1:
Make sure you have chart.rtl = true; set to enable support for Arabic.
See amcharts.com/docs/v4/concepts/rtl for more details.
来源:https://stackoverflow.com/questions/56953963/amchart-legend-margin-between-value-and-markers-not-working