The 'sankey' property is a tuple of instances of Sankey that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Sankey - A list or tuple of dicts of string/value properties that will be passed to the Sankey c
(self)
| 594 | |
| 595 | @property |
| 596 | def sankey(self): |
| 597 | """ |
| 598 | The 'sankey' property is a tuple of instances of |
| 599 | Sankey that may be specified as: |
| 600 | - A list or tuple of instances of plotly.graph_objs.layout.template.data.Sankey |
| 601 | - A list or tuple of dicts of string/value properties that |
| 602 | will be passed to the Sankey constructor |
| 603 | |
| 604 | Returns |
| 605 | ------- |
| 606 | tuple[plotly.graph_objs.layout.template.data.Sankey] |
| 607 | """ |
| 608 | return self["sankey"] |
| 609 | |
| 610 | @sankey.setter |
| 611 | def sankey(self, val): |