File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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 , {
You can’t perform that action at this time.
0 commit comments