是否可以使用Google图表更改饼图的标题颜色?

use*_*964 2 google-visualization

是否可以使用Google Charts APIS更改饼图的标题颜色?

干杯,西蒙

asg*_*ant 5

设置titleTextStyle.color选项(它接受HTML颜色字符串):

titleTextStyle: {
    color: '#a34f8b'
}
Run Code Online (Sandbox Code Playgroud)