When setting insidetextorientation to horizontal, radial or tangential, by default the text is positioned at 3, 6, 9, 12 hours if it fits within the sector. And if not, the text would be positioned in the middle of the arc (i.e .similar to auto option).
However, some users (see https://community.plot.ly/t/sunburst-chart-edit-text/35509) prefer to force the text to stay in the middle.
This could be achieved by adding a new attribute called insidetextanchor which defaults to center with auto insidetextorientation and defaults auto with other insidetextorientation options.
When setting
insidetextorientationtohorizontal,radialortangential, by default the text is positioned at 3, 6, 9, 12 hours if it fits within the sector. And if not, the text would be positioned in the middle of the arc (i.e .similar toautooption).However, some users (see https://community.plot.ly/t/sunburst-chart-edit-text/35509) prefer to force the text to stay in the middle.
This could be achieved by adding a new attribute called
insidetextanchorwhich defaults tocenterwithautoinsidetextorientationand defaultsautowith otherinsidetextorientationoptions.