Javascript – Highcharts chart is showing but Highcharts Pattern Fill library is not working
I am trying to use the Highcharts Pattern Fill library in my Vue 3 app. I've followed the instructions and the chart shows but the pattern fill does not. What am I doing wrong? Codepen here: https://codepen.io/epatmalnieksge/pen/YzmOazG <template> <div id="container"></div>…