根据Highchart的API文档:https : //api.highcharts.com/highcharts/plotOptions.column.borderRadius
但是我找不到仅将columnRadius应用于列的顶部的解决方案。
plotOptions: {
column: {
borderRadius: 10 // How to make it only for top side. Don't apply it to bottom side ?
}
},
Run Code Online (Sandbox Code Playgroud)
样本图片
highcharts ×1