Page 1 of 1

How to get rid of white color around the data labels?

Posted: Tue Jul 11, 2017 9:03 am
by tchu
Hi, I have no idea how to get rid of light color around the data labels https://ibb.co/gCjg7v. Have you got idea hot to delete it? I'd like to have single color label text.
Thanks in advance for your help

Re: How to get rid of white color around the data labels?

Posted: Tue Jul 11, 2017 10:25 am
by kamil
Hi tchu,

The solution is to set CSS text-outline property via JSON in seies.dataLables.style:

Code: Select all

                style: {
                	"textOutline": "none"
                }
Demo: http://jsfiddle.net/kkulig/rwkugg6w/
API reference: http://api.highcharts.com/highcharts/se ... bels.style

Best regards!