yanzi123

Results 1 comments of yanzi123

你试试不设置formater,改成设置label对象的content 呢 const config = { label: { type: 'spider', content: ({ percent }) => `${(percent * 100).toFixed(2)}%`, } }