我使用react-highcharts在我的仪表板页面中创建一个SolidGauge。并绘制圆边。因此,我将plotOptions.rounded设置为true。代码:importReactHighchartsfrom'react-highcharts';importHighchartsMorefrom'highcharts-more';importSolidGaugefrom'highcharts-solid-gauge';HighchartsMore(ReactHighcharts.Highcharts);SolidGauge(ReactHighcharts.Highcharts)