Failure to display Data Labels

I’m having an issue with data labels displaying correctly, and it seems to be related to the text in the boxes.

I have a graph with the same data labels and titles, but with different numbers, it displays correctly.

The one attached here however, shows all data labels appropriately as long as one data label does not have a number attached. Once a number is entered into the data cell, all labels change to ‘Slice’.

Any thoughts on what happening? Happy to provide more information if needed.

P.S. I can only upload one attachement on this post. Willing to provide more upon engagement.

Thanks,

Declan Drum.

Fig. 2: Post text graph when all data labels have numbers in cells.

Hey!

Would it be possible to send a link to your chart so that we can see it?

Thanks,
Kerry

Thanks, Kerry, and thank you for reporting this, Declan.

We’ve received a similar report through support with the same symptom. In that case, one of the slices had a category value combining text and numbers. We’re currently working on a fix, but as a workaround, you can insert the HTML character for a space   between the words.

Example; If the value is Test 1, the value must be written as: Test 1

Let us know if this helps

Cheers,
Havard

Thanks for your help and suggestions. I tried to use the   code. It created the space, and works with text after the space, but still does not work with numbers.

Kerry, this is the public link exported from the graph. Hope this is what you were asking for to have a look. everviz

SHould’ve known typing the code would just make the thing. I used the & nbsp ; code for the space.

Glad you got it figured out!

You could also have used the {point.label} by setting your data tab up like the following:

image

Then set your data labels to be:

image

1 Like

Thanks for the assist Kerry! The space didn’t work in the end, but the data arrangement and data labels worked wonderfully!

1 Like