我看着这个美丽的样本,不禁想知道如何创建像这样的元素:
bg.add(pv.Wedge)
.angle(smallAngle)
.startAngle(function(d) this.proto.startAngle() + smallAngle)
.outerRadius(function(d) radius(d.penicillin))
.fillStyle(drugColor.Penicillin)
仅当d.penicillin > 0
then 调用 bg.add(pv.Wedge)
(因此根据数据有或多或少的 ui 元素,而不仅仅是它的参数)?