Title automatically shrinks and/or overlaps the “Options” button. All of our Title styles are set to be 20px. They should wrap onto a second line while remaining at 20px. This is affecting all of our charts.

Title automatically shrinks and/or overlaps the “Options” button.

All of our Title styles are set to be 20px. They should wrap onto a second line while remaining at 20px.

This is affecting all of our charts.

Hi

Can you please share the chart link so we can take a closer look?

Cheers,
Havard

I have sent an email about this…

In the meantime to fix, add the following code to your custom code section

Highcharts.merge(true, options, {
	title: {
		minScale: 1
	}
});

And adjust the button spacing in the advanced section.

1 Like