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
Post a Comment