Perspective - Power Chart - Hide Annotations

Is anyone familiar with a way to hide individual annotations on the chart? Minimally toggle the visibility for them all? Thanks.

Looks like you can hide them all, wonder if you can hide individual annotations.

In case somebody finds this in search of hiding all annotations, here are the props that have to be set to false in order to make all of the annotations completely hidden:

self.props.interaction.annotation.infoBox.visible = False
self.props.interaction.annotation.infoBox.showTime = False
self.props.interaction.annotation.line.visible = False
self.props.interaction.annotation.dot.visible = False
3 Likes

Also, see link(s) for feature requests on chart annotations: