小编saf*_*ron的帖子

如何仅在Highchart中的column或Bar的顶部应用borderRadius

根据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

3
推荐指数
1
解决办法
3329
查看次数

标签 统计

highcharts ×1