Open mandalmanav opened 6 years ago
Hi @mandalmanav
Thanks for reporting, you are right: build-in buttons with annotations don't work on a pie chart. The same for pyramid or funnel charts. Build-in buttons generate annotations according to xAxis and yAxis, but these series don't support axes.
Is there any way to do this. ?
You need to create your own buttons and create annotations to render on absolute positions. Problem with absolute positions (in comparison to xAxis/yAxis related positions) is responsiveness. If chart doesn't have fixed width, then annotations won't reflow to fit container.
Maybe you can create chart with empty axes (but with random extremes, e.g. 0-100) and hide all axis elements (like labels)? That should resolve the issue.
Annotations are not working for pie chart.