cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
In order to change the colour and size of value in bar charts you can use the following script:
widget.on('processresult',function(w,e){
 
 e.result.plotOptions.series.dataLabels.style.color = "green";
 e.result.plotOptions.series.dataLabels.style.fontSize = "19px";
 e.result.plotOptions.series.dataLabels.style.fontWeight = "bold";
})
Version history
Last update:
‎03-02-2023 09:05 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Developers Group:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

The Legal Stuff

Have a question about the Sisense Community?

Email [email protected]

Share this page: