Hi, I have a column chart and my outside label is sitting on, or within, the column. I created a JSFiddle that closely represents my situation. I’m guessing it’s because I may have a multi-line label. But, wondering what I can do to get around it. Heck, if I can add line break characters I would be happy to do that. My code will change to an “inside” label if the column is above 30% of the total. My issue is when the columns are “short”.
https://jsfiddle.net/ocuy86dr/1/
Note, on the JSFiddle, the first column shows when the chart is 0 and the text is a few pixels in the line. The second column shows a 3-line label and the last line is in the column area. I did some testing and seems like if I added 2 line breaks it seems it would work.
thanks for any help!