nec*_*cer 8 charts google-visualization
我只需要图表区域周围的边框,而不是整个图表.我找不到要设置的属性.这是在Google Visualization API中.
asg*_*ant 13
适当的选项没有记录.您需要设置chartArea.backgroundColor.stroke和chartArea.backgroundColor.strokeWidth选项.该stroke选项控制边框的颜色,并采用任何有效的HTML颜色字符串.该strokeWidth选项控制边框的宽度,并采用宽度的整数(以像素为单位):
chartArea: {
backgroundColor: {
stroke: '#4322c0',
strokeWidth: 3
}
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
12349 次 |
| 最近记录: |