tchu
Posts: 2
Joined: Tue Jul 11, 2017 8:52 am

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

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
kamil

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

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!

Return to “Highcharts Cloud”