The 'funnel' property is a tuple of instances of Funnel that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Funnel - A list or tuple of dicts of string/value properties that will be passed to the Funnel c
(self)
| 328 | |
| 329 | @property |
| 330 | def funnel(self): |
| 331 | """ |
| 332 | The 'funnel' property is a tuple of instances of |
| 333 | Funnel that may be specified as: |
| 334 | - A list or tuple of instances of plotly.graph_objs.layout.template.data.Funnel |
| 335 | - A list or tuple of dicts of string/value properties that |
| 336 | will be passed to the Funnel constructor |
| 337 | |
| 338 | Returns |
| 339 | ------- |
| 340 | tuple[plotly.graph_objs.layout.template.data.Funnel] |
| 341 | """ |
| 342 | return self["funnel"] |
| 343 | |
| 344 | @funnel.setter |
| 345 | def funnel(self, val): |
no outgoing calls