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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -