Commit 19832869 authored by zhangyanni's avatar zhangyanni

汇报

parent 2bfd6509
......@@ -418,12 +418,12 @@
},
{
name: '承德', // First tree
value: 16,
value: 36,
label: {
normal: {
formatter: [
'承德',
'16'
'36'
].join('\n')
}
}
......@@ -1009,6 +1009,12 @@
textStyle: {
color: '#fff'
},
formatter:function(value){
let text = value.name;
if(text.length>3){
return text.substring(0, 2) +"\n"+text.substring(2, text.length);
}
}
}
},
labelLine: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment