Skip to content

Commit 3cb1652

Browse files
author
Joseph Damiba
authored
Merge pull request #4523 from plotly/test-branch-joe
Update insidetextorientation description for pie and sunburst traces
2 parents fcbb831 + f72b1af commit 3cb1652

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/traces/pie/attributes.js

+7-6
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,13 @@ module.exports = {
188188
dflt: 'auto',
189189
editType: 'plot',
190190
description: [
191-
'Determines the orientation of text inside slices.',
192-
'With *auto* the texts may automatically be',
193-
'rotated to fit with the maximum size inside the slice.',
194-
'Using *horizontal* option forces text to be horizontal.',
195-
'Using *radial* option forces text to be radial.',
196-
'Using *tangential* option forces text to be tangential.'
191+
'Controls the orientation of the text inside chart sectors.',
192+
'When set to *auto*, text may be oriented in any direction in order',
193+
'to be as big as possible in the middle of a sector.',
194+
'The *horizontal* option orients text to be parallel with the bottom',
195+
'of the chart, and may make text smaller in order to achieve that goal.',
196+
'The *radial* option orients text along the radius of the sector.',
197+
'The *tangential* option orients text perpendicular to the radius of the sector.'
197198
].join(' ')
198199
},
199200
insidetextfont: extendFlat({}, textFontAttrs, {

0 commit comments

Comments
 (0)