ant-design / ant-design-charts

A React Chart Library
https://ant-design-charts.antgroup.com/
MIT License
1.95k stars 364 forks source link

饼图在项目中不能显示百分比 #335

Closed liushuai512 closed 3 years ago

liushuai512 commented 3 years ago

var config = { appendPadding: 10, data: data, angleField: 'value', colorField: 'type', radius: 0.8, label: { type: 'spider', content: '{name}\n{percentage}', }, interactions: [{ type: 'pie-legend-active' }, { type: 'element-active' }], };

按照实例这样写,不能显示百分比

lxfu1 commented 3 years ago

你这个配置我试了是可以的, 能提供一个在线demo吗?

lxfu1 commented 3 years ago

无法复现,提提在线demo时再打开。