Bar Chart - Prevent bars from hiding the value label text
Updated 03-25-2022
Ophir_Buchman how do you apply fill-opacity to the bars only so that it does not apply to the data labels as well?
Hi cartercjb
In 'domready' - Perform the following:
$('.highcharts-series.highcharts-series-1')[0].childNodes.forEach(item => item.setAttribute('opacity',0.3))