2 回答
TA贡献1815条经验 获得超6个赞
var char2 = ec.init(document.getElementById('j7'));
char2.clear();
char2.showLoading({text: '正在努力的读取数据中...'});
var option = {
tooltip : {
trigger: 'axis',
formatter: "{b} : {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 关注
- 3857 浏览
添加回答
举报