Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Amcharts - Increase gap between legend name & value

Tags:

amcharts

In the graph generated with amcharts, the legend name & the value are overlapping. I've tried adding a non-breaking space to increase padding, added new line, added just spaces, tried many properties from the amcharts manual related to legend. None of these have helped thus far.

Could I please request ideas/the property (if one exists) to increase the distance between the legend name & it's value?

like image 935
usert4jju7 Avatar asked Feb 09 '23 01:02

usert4jju7


1 Answers

Use valueWidth property

"legend": {
  "autoMargins": false,
  "valueWidth": 90
},
like image 118
Sajid anwar Avatar answered May 16 '23 07:05

Sajid anwar