score:1

Accepted answer

You can use a pointPlacement parameter with number value.

score:1

For a category chart you can still specify an x-value in your data series. An x-value of N.25, is the right edge of the column, 0.25, 1.25, 2.25, etc...

       {
            name: 'indicator',
            data: [[0.25,5]],
            type: 'scatter',
            marker:{
                //here you can have your url
                symbol: 'circle',
            }
        }

Updated fiddle.


Related Query

More Query from same tag