반응형
SMALL
option = {
title : {
text : ''
, subtext : ''
, x : 'center'
}
, tooltip : {
trigger : 'item'
, formatter : '{a} <br/>{b} : {c} ({d}%)'
}
, legend : {
orient : 'vertical'
, right : 'right'
, data : []
, type : 'scroll'
}
, series : [{
name : 'IP'
, type : 'pie'
, cursor : 'default'
, radius : '55%'
, center : [ '50%', '50%' ]
, data : []
, itemStyle : {
emphasis : {
shadowBlur : 10
, shadowOffsetX : 0
, shadowColor : 'rgba(0, 0, 0, 0.5)'
},
normal : {
label : { show : true }
, labelLine : { show : true, length : 50 }
}
}
}]
};
반응형
'Front-End > javascript' 카테고리의 다른 글
[ javascript ] 현재 날짜 구하기 (1) | 2021.09.02 |
---|---|
Froala Editor License Key 셋팅방법 (0) | 2021.08.13 |
[ javascript ] 대/소문자 변환 (0) | 2021.04.28 |
[ javascript ] event.target과 event.currentTarget (0) | 2021.04.20 |
[ Javascript ] string을 json 으로, json을 string 으로 변환 방법 (0) | 2021.01.21 |