Highcharts Stacklabel Style backgroundColor -


how can change background color of stacklabel. didn't find example this.

i tried ... dont worked.

yaxis: {             title: {text:'%'},             stacklabels: {                                       style: {                     backgroundcolor: 'rgba(252, 255, 197, 0.7)',                         color: 'black',                     borderwidth: 1                 }, 

any ideas?

you need enable usehtml.

    stacklabels: {         style: {             backgroundcolor: 'rgba(252, 255, 197, 0.7)',                 color: 'black',             borderwidth: 1         },         enabled: true,         usehtml: true     } 

Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -