Highcharts 如何将rect 360继续设置为0?

Highcharts 如何将rect 360继续设置为0?,highcharts,Highcharts,我试图喜欢这个,但我不能继续喜欢这个图像。我怎么能继续这样 我的代码是=> let rectBox = { groupPadding: false, pointPadding: 0, borderRadius: 0, showInLegend: false, borderColor: '#ff0099', borderWidth: 2, color: 'none', n

我试图喜欢这个,但我不能继续喜欢这个图像。我怎么能继续这样

我的代码是=>

let rectBox = {
        groupPadding: false,
        pointPadding: 0,
        borderRadius: 0,
        showInLegend: false,
        borderColor: '#ff0099',
        borderWidth: 2,
        color: 'none',
        nullColor: '#fff',
        type: 'columnrange',
        pointWidth: this.selectedItemWidth,
        data: [{
            x: distance,
            low: lowerValue,
            high: higherValue,
            color: 'none'
        }]}

你能在我可以工作的在线编辑上重现你的案例吗?嗨@SebastianWędzel,很抱歉回答得太晚了,我解决了这个问题。我使用了2个额外的rect并计算位置。