Html 사용여부 기능입니다.
useHTML: true
일 경우 사용 가능합니다.
myChart.setOptions({
title: {
text: "html적용x"
},
subtitle: {
text: "<span style=’font-size: 32px; font-weight: bold; color:red; background:yellow;’>html 적용</span>",
useHTML: true //true 일 경우 html 코드 사용 가능.
}
}, {
append: true,
redraw: true
});
version | desc |
---|---|
7.3.0.0 |