Highchart中如何调整背景色的高宽

How to adjust the height and width of background color in Highchart

我需要调整“样条”高图背景颜色的高度和宽度。我已经设置了颜色,但它有点偏离 x 和 y 轴。

图表:{ 类型:'spline', 背景颜色:'#F3F3F3', alignTicks:假的, },

这是您需要的选项: https://api.highcharts.com/highcharts/chart.plotBackgroundColor?_ga=2.165692350.1083884187.1631103907-1968648769.1625472846 https://codesandbox.io/s/highcharts-react-demo-forked-m0w83

chart: {
    type: 'spline',
    plotBackgroundColor: '#FCFFC5'
}