2 回答

TA貢獻1815條經驗 獲得超6個贊
var char2 = ec.init(document.getElementById('j7'));
char2.clear();
char2.showLoading({text: '正在努力的讀取數據中...'});
var option = {
tooltip : {
trigger: 'axis',
formatter: " : {c}"
},
calculable : false,
grid:{
x:40,
x2:40,
y:25,
height:170
},
xAxis : [
{
type : 'category',
data : []
}
],
yAxis : [
{
type : 'value'
}
],
series : [
{
type:'bar',
itemStyle:{
normal:{
label:{position: "top",
show: true
}
}
},
barMaxWidth : 40,
data:[]
}
]
};
其中
grid:{
x:40,
x2:40,
y:25,
height:170
},
這個就是可以控制四周邊框

TA貢獻1858條經驗 獲得超8個贊
/CAST [TARGET=PLAYER]能量灌注
不管目標誰都給自己關注
#showtooltip 苦修
/cast [mod:alt]防護恐懼結界;[dead]復活術;[help]苦修;[harm]神圣之火
按住ALT給目標反恐,對死人復活,對己方苦修,對敵人神火
#showtooltip 強效治療術
/cast [harm]懲擊;[help]強效治療術
對敵人懲擊對己方強聊
#showtooltip 痛苦壓制
/cast [help][target=targettarget]痛苦壓制
不管目標誰都給焦點痛苦壓制(通常焦點T)
#showtooltip 愈合禱言
/cast [harm]暗言術:滅;愈合禱言
- 2 回答
- 0 關注
- 3897 瀏覽
添加回答
舉報