Haribalajiravi
Results
2
comments of
Haribalajiravi
Hi @mateuszkornecki above solution you have provided is fine. but using setTimeout is not a good approach, also its breaking tooltip width. Remove these from above stackblitz link: ``` backgroundColor:...
If you can open up this link [Forked Stackblitz](https://stackblitz.com/edit/highcharts-angular-portal-usage-tepnxu?file=src%2Fapp%2Ftooltip%2Ftooltip.component.html) When you hover, we can notice the shortest content have some extra height... Why so? how could we get rid of...