Bar Chart - Prevent bars from hiding the value label text
When creating a bar chart and formatting it to include "Values", you might find out that the bars cover their values. The following (widget) code manipulates the bars' width and label position:
co...