Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上記のタイトルのように、チャートの不透明度を設定することは可能ですか?
チャートを含む要素の不透明度を設定するだけです。
backgroundColor: '透明',
つまり、var options = { title: 'Defect Classification', is3D: true, 'width':600, 'height':300, backgroundColor: '#EFEFFB', //backgroundColor: 'transparent', };