How to link PolarAxis in Makie.jl

I know we can use Makie.linkaxes(fig.content...) when the content is a collection of Makie.Axis. If I try the same command with Makie.PolarAxis, I get an error. Is it currently not supported?

A minimal working example to reproduce the fail would help.

It’s not implemented, no. Only Axis links because that’s so common to do in facet layouts. Axis3 also doesn’t have it.

Thank you for confirming it @jules.