MCPcopy Index your code
hub / github.com/plotly/plotly.py / sunburst

Method sunburst

plotly/graph_objs/layout/template/_data.py:862–874  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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):

Calls

no outgoing calls