Long name in legend editing options

Is there a way to get the legend options to adjust so that if one of the names is long it will “enter” rather than making the chart very small? Thanks :slight_smile:

Hi @Georgia! The easiest way to do this is to add the line breaks in the label yourself. This can be done with the \n special character.

For example:

    labels: ['Class 1', 'Class 2', 'Class 3', 'A very very\nvery long label'],

Here’s an example: link