Vistalee
Posts: 63
Joined: Fri Sep 21, 2012 1:10 am

Tooltip and DataLabels Overlap

Hi there,

I met a issue that when tooltip display over the datalabel, it will overlap with the datalabel. Is there a way that we can set the tooltip background not transparent? Or can we set the z-index of datalabel and tooltip in pie chart?
Attachments
overlap.PNG
overlap.PNG (37.84 KiB) Viewed 3929 times
seba
Posts: 4415
Joined: Tue Jul 31, 2012 2:26 pm

Re: Tooltip and DataLabels Overlap

You can set backgrouldColor http://api.highcharts.com/highcharts#to ... roundColor , with parameter i.e "#ffffff" or "rgba(255,255,255,1)", where 1 is number between 0 - 1 which is opacity.
Sebastian Bochan
Highcharts Developer
Vistalee
Posts: 63
Joined: Fri Sep 21, 2012 1:10 am

Re: Tooltip and DataLabels Overlap

sebastian2 wrote:You can set backgrouldColor http://api.highcharts.com/highcharts#to ... roundColor , with parameter i.e "#ffffff" or "rgba(255,255,255,1)", where 1 is number between 0 - 1 which is opacity.
Thanks, solved.

Return to “Highcharts Usage”