Forum Discussion

Ophir_Buchman's avatar
Ophir_Buchman
Data Integration
04-20-2022

Bar Chart - Add Percentage to the Value Label

When creating a column chart you might want to add a percentage value next to the actual value Add the following script to your widget: widget.on('processresult', function(widget,result) { re...