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.
Thanks Kerry. I’ve reported this one to our dev team. Internal ref: #2303 Will keep you posted.
Cheers,
Havard
Hi,
I am sending another email about this.
This issue is happening again. We can’t have our Title smaller than our sub-title when responsive. Also, all of our charts are set at 850px width. Long titles aren’t even showing at hour default 26px anymore.
I believe someone else logged this ticket on the forum as well.
Thanks,
Kerry
As a temporary fix, I have added the following in custom code and changed the button spacing of the Options button.
Highcharts.merge(true, options, {
title: {
minScale: 1
}
});
Kerry