We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14c659 commit 2bf3107Copy full SHA for 2bf3107
src/plots/polar/layout_attributes.js
@@ -278,7 +278,8 @@ module.exports = {
278
'as *circular* sectors or as *linear* (polygon) sectors.',
279
'Has an effect only when the angular axis has `type` *category*.',
280
'Note that `radialaxis.angle` is snapped to the angle of the closest',
281
- 'vertex (so that radial axis scale is the same as the data scale).'
+ 'vertex when `gridshape` is *circular*',
282
+ '(so that radial axis scale is the same as the data scale).'
283
].join(' ')
284
},
285
0 commit comments