I need to reduce that space, ... How can I do it?
\"Planificación\", \"priorid
To do this pointPadding and pointWidth are what you want.
Try this. The important bits are:
plotOptions: { series: { stacking: 'normal', pointWidth: 50, pointPadding: 0 } },