lable, title에 html 사용여부 기능 (chartSkill)

Html 사용여부 기능입니다.
useHTML: true일 경우 사용 가능합니다.

Example

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
});

s

Since

version desc
7.3.0.0