Closed
Description
This is included accidentally https://plotly.com/python/reference/scatterpolargl/#scatterpolargl-line-shape because we inherit from scattergl.line
:
But scattergl
supports hv
, vh
, hvh
, and vhv
alongside linear
, while these are meaningless in polar, so scatterpolargl
should only support linear
.