ant-design-charts icon indicating copy to clipboard operation
ant-design-charts copied to clipboard

👑 [需求]辐射树希望能自定义节点icon

Open weiman-133 opened this issue 2 years ago • 1 comments

🥰 需求描述 [详细地描述需求,让大家都能理解]

RadialTreeGraph 辐射树想要自定义节点图片;目前设置nodeCfg发现图片显示不完整

🚑 其他信息 [如截图等其他信息可以贴在这里]

自定义之后发现如图所示 image

weiman-133 avatar Aug 10 '22 08:08 weiman-133

  const data = {
    id: 'Modeling Methods',
    type: 'image',
    img: 'https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*w5uESbSe430AAAAAAAAAAABkARQnAQ',
    children: [],
    value: 'Modeling Methods',
  };

lxfu1 avatar Aug 17 '22 06:08 lxfu1