Problem with bar chart styling

0
Hi all, I have a little problem with my bar chart. The labels of each bar are not fully displayed. There are missing up to 2 characters. A label should look like this: ’K123456’. But when i deploy I’m seeing just: ‘23456’ so the first two characters are not visible. Ho to get the lables fully displayed. I’ve tried multiple properties but nothing worked. This is how it’s build:    
asked
2 answers
0

Hi Nico,

 

Easiest is probably to add some margin to the left of the chart. This won’t work if the labels are variable in width, but I understand that’s not an issue here. Just add this to the Layout options under ‘Advanced’. Don’t forget to set the Mode to Advanced in the same tab as well.

"margin": {
  "l": 400
}

 

answered
0

It tell's me this error now... I've no really experience with json so...

 

answered