The 'pie' property is a tuple of instances of Pie that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Pie - A list or tuple of dicts of string/value properties that will be passed to the Pie constructor
(self)
| 575 | |
| 576 | @property |
| 577 | def pie(self): |
| 578 | """ |
| 579 | The 'pie' property is a tuple of instances of |
| 580 | Pie that may be specified as: |
| 581 | - A list or tuple of instances of plotly.graph_objs.layout.template.data.Pie |
| 582 | - A list or tuple of dicts of string/value properties that |
| 583 | will be passed to the Pie constructor |
| 584 | |
| 585 | Returns |
| 586 | ------- |
| 587 | tuple[plotly.graph_objs.layout.template.data.Pie] |
| 588 | """ |
| 589 | return self["pie"] |
| 590 | |
| 591 | @pie.setter |
| 592 | def pie(self, val): |
no outgoing calls