Commit 8a7d626e by caoyanzhi

update: ai营销bug

parent f048d6d7
......@@ -213,7 +213,7 @@ export default {
.label(
'label*rate',
(label, rate) => {
return rate ? label + ' ' + rate : '';
return rate ? label + '\n' + rate : '';
},
{
offset: 35,
......@@ -234,7 +234,7 @@ export default {
action: obj.action,
percent: 'median'
},
content: obj.action + ' ' + numFormat(obj.count), // 显示的文本内容
content: obj.action + '\n' + numFormat(obj.count), // 显示的文本内容
style: {
fill: '#fff',
fontSize: '12',
......
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