Can't display tooltip at all in Vega Pie Chart

I've never seen an example, but isn't that something you can calculated based on the pie transform? You could probably take (datum.endAngle - datum.startAngle) / (2 * PI) as your percentae.

1 Like