The 'sunburst' property is a tuple of instances of Sunburst that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Sunburst - A list or tuple of dicts of string/value properties that will be passed to the Su
(self)
| 860 | |
| 861 | @property |
| 862 | def sunburst(self): |
| 863 | """ |
| 864 | The 'sunburst' property is a tuple of instances of |
| 865 | Sunburst that may be specified as: |
| 866 | - A list or tuple of instances of plotly.graph_objs.layout.template.data.Sunburst |
| 867 | - A list or tuple of dicts of string/value properties that |
| 868 | will be passed to the Sunburst constructor |
| 869 | |
| 870 | Returns |
| 871 | ------- |
| 872 | tuple[plotly.graph_objs.layout.template.data.Sunburst] |
| 873 | """ |
| 874 | return self["sunburst"] |
| 875 | |
| 876 | @sunburst.setter |
| 877 | def sunburst(self, val): |
no outgoing calls