简体   繁体   English

谷歌图表:柱形图,饼图不透明度

[英]Google Chart: Column Chart, Pie Chart Opacity

根据上面的标题,是否可以设置图表的不透明度?

只需设置包含图表的元素的不透明度即可。

backgroundColor: 'transparent', backgroundColor:'透明',

ie var options = { title: 'Defect Classification', is3D: true, 'width':600, 'height':300, backgroundColor: '#EFEFFB', //backgroundColor: 'transparent', }; 即var options = {title:'缺陷分类',is3D:true,'width':600,'height':300,backgroundColor:'#EFFFFB',// backgroundColor:'transparent',};

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM