The 'treemap' property is a tuple of instances of Treemap that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Treemap - A list or tuple of dicts of string/value properties that will be passed to the Treem
(self)
| 917 | |
| 918 | @property |
| 919 | def treemap(self): |
| 920 | """ |
| 921 | The 'treemap' property is a tuple of instances of |
| 922 | Treemap that may be specified as: |
| 923 | - A list or tuple of instances of plotly.graph_objs.layout.template.data.Treemap |
| 924 | - A list or tuple of dicts of string/value properties that |
| 925 | will be passed to the Treemap constructor |
| 926 | |
| 927 | Returns |
| 928 | ------- |
| 929 | tuple[plotly.graph_objs.layout.template.data.Treemap] |
| 930 | """ |
| 931 | return self["treemap"] |
| 932 | |
| 933 | @treemap.setter |
| 934 | def treemap(self, val): |
no outgoing calls