We would like to add leader lines to the pie charts (FacetChart of ChartType.PIE) we are using. Is this currently possible for a FacetChart? For example something like this:
You could do this yourself via using our getDrawnValue() API, but you do not have enough information to know where we place the default text labels without some pretty deep hacks, so you'd have to suppress the default labels and draw your own.
Comment