houxingx
Results
2
issues of
houxingx
### 问题描述 绘制环形图,中心展示总人数。4.x版本可以使用annotation().html来实现,如下G2 plot源码 chart.annotation().html({ position: ['50%', '100%'], html: (container, view) => { const coordinate = view.getCoordinate(); // 弧形的坐标 ... // todo G2 层修复可以返回空字符串 & G2 层修复允许返回非字符串的内容,比如数值 number return text...
waiting for maintainer