Here is an example of a QPolarChart with both radial and angular axis.
I want to remove radial axis (which I can do by not adding the radial axis), but I want the outer circle removed as well. I expect the end result to have only the angular axis like this:
Is that possible with QPolarChart?