Forum Discussion
Harry
10-21-2022Cloud Apps
Hello KenLaVan ,
You can use below code to change color and font size.
widget.on('processresult',function(se,ev) {
ev.result.yAxis[0].stackLabels.style.color = 'green'
ev.result.yAxis[0].stackLabels.style["font-size"] = '15px'
});
Please let me know if you have any questions.
Always here to help,
Harry from QBeeQ
[email protected]
www.qbeeq.pl