5

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?

usert4jju7
  • 1,653
  • 3
  • 27
  • 59
  • Correct answer would be: "yes". Ok just kidding. Sajids answer below seems like a working solution, although changing `valueWidth` should be sufficient. – gerric Jan 13 '16 at 07:21
  • but when i added space in right and left of my title as String into graph its worked and label legend and value – saber tabatabaee yazdi Jan 02 '17 at 12:06

1 Answers1

8

Use valueWidth property

"legend": {
  "autoMargins": false,
  "valueWidth": 90
},
martynasma
  • 8,542
  • 2
  • 28
  • 45
Sajid anwar
  • 1,194
  • 14
  • 41