Amchart legend Margin between value and markers not working

泄露秘密 提交于 2021-01-28 06:50:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!