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

Method funnel

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

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)

Source from the content-addressed store, hash-verified

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

Callers 3

test_pie_like_pxFunction · 0.80
test_funnelFunction · 0.80
plotly-express.pyFile · 0.80

Calls

no outgoing calls

Tested by 2

test_pie_like_pxFunction · 0.64
test_funnelFunction · 0.64