Skip to content

Commit 2bf3107

Browse files
committed
improve gridshape description
1 parent b14c659 commit 2bf3107

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plots/polar/layout_attributes.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ module.exports = {
278278
'as *circular* sectors or as *linear* (polygon) sectors.',
279279
'Has an effect only when the angular axis has `type` *category*.',
280280
'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).'
281+
'vertex when `gridshape` is *circular*',
282+
'(so that radial axis scale is the same as the data scale).'
282283
].join(' ')
283284
},
284285

0 commit comments

Comments
 (0)