I have got a widget, that was made using highcharts.js and i have no control over its creation. Using .update() method i need to adjust spacings between these bars. I tried using pointPadding: 0, groupPadding: 0, but it does seem to work. Changing the height of the whole chart kinda works, but the solution is not flexible. The spacings should be of certain height (i.e 20px)
