Page 1 of 1

increase tooltip width for trellis chart

Posted: Fri May 13, 2022 5:28 pm
by anu_1555
Hi,

I am trying to build trellis bar chart and ran into a situation where I couldn't able to increase the tooltip width beyond trellis column width.I want to increase the tooltip width if there is extra content and its ok if the tooltip overlaps with the next column.

here is the jsfiddle link: http://jsfiddle.net/akezxftm/6/

In the above link,if the tooltip content is more(for the second column), the tooltip height seems to be increasing(width is not increasing beyond single column width). Could you pls help me in increasing the tooltip width ? Also attaching the screenshot below

Re: increase tooltip width for trellis chart

Posted: Mon May 16, 2022 6:17 am
by mateusz.b
Hi anu_1555,

Thanks for contacting us with your question.

In this case you should use outside property and adjust tooltip width.
Demo: http://jsfiddle.net/BlackLabel/618ws3qc/
API reference: https://api.highcharts.com/highcharts/tooltip.outside

Let me know if it was what you were looking for.
Regards!