제목의 스타일을 설정합니다.
| name | type | required (default) | description |
|---|---|---|---|
| style.color | string |
선택 | 폰트 색상 |
| style.fontSize | string |
선택 | 폰트 크기 |
| style.fontWeight | string |
선택 | 폰트 두께 |
| style.fontFamily | string |
선택 | 폰트 글꼴 |
myChart.setOptions({
title: { // title 설정
text: "2014년 1/4분기",
style: {
color: "red",
fontSize: "1.2em",
fontWeight: "bold"
}
}
}, {
append: true,
redraw: true
});
| version | desc |
|---|---|
| 7.3.0.0 |