Skip to content

Commit 12a6bd2

Browse files
author
Joseph Damiba
committed
update text
1 parent 8381954 commit 12a6bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/plotly_js/basic/pie/2020-01-14-inside-text-orientation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
sitemap: false
77
arrangement: horizontal
88
markdown_content: |
9-
The `insidetextorientation` attribute controls the orientation of the text inside pie chart sectors. When set to 'auto', text may be oriented in any direction in order to be as big as possible in the middle of a sector. The 'horizontal' option orients text to be parallel with the bottom of the chart, and will make text smaller in order to achieve that goal. The 'radial' option orients text along the radius of the sector. The 'tangential' option orients text perpendicular to the radius of the sector.
9+
The `insidetextorientation` attribute controls the orientation of the text inside chart sectors. When set to *auto*, text may be oriented in any direction in order to be as big as possible in the middle of a sector. The *horizontal* option orients text to be parallel with the bottom of the chart, and may make text smaller in order to achieve that goal. The *radial* option orients text along the radius of the sector. The *tangential* option orients text perpendicular to the radius of the sector.
1010
---
1111
var data = [{
1212
type: "pie",

_posts/plotly_js/basic/sunburst/2020-01-14-inside-text-orientation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
sitemap: false
77
arrangement: horizontal
88
markdown_content: |
9-
The `insidetextorientation` attribute controls the orientation of the text inside sunburst chart sectors. When set to 'auto', text may be oriented in any direction in order to be as big as possible in the middle of a sector. The 'horizontal' option orients text to be parallel with the bottom of the chart, and will make text smaller in order to achieve that goal. The 'radial' option orients text along the radius of the sector. The 'tangential' option orients text perpendicular to the radius of the sector.
9+
The `insidetextorientation` attribute controls the orientation of the text inside chart sectors. When set to *auto*, text may be oriented in any direction in order to be as big as possible in the middle of a sector. The *horizontal* option orients text to be parallel with the bottom of the chart, and may make text smaller in order to achieve that goal. The *radial* option orients text along the radius of the sector. The *tangential* option orients text perpendicular to the radius of the sector.
1010
---
1111
Plotly.d3.csv('https://raw.githubusercontent.com/plotly/datasets/master/coffee-flavors.csv', function(err, rows){
1212
function unpack(rows, key) {

0 commit comments

Comments
 (0)