plotly.graph_objs.funnelarea Module

Functions

plotly.graph_objs.funnelarea.Domain([column=], [row=], [x=], [y=]) → Domain

Create a new ‘Domain’ object

  • column - If there is a layout grid, use the domain for this column in the grid for this funnelarea trace .

  • row - If there is a layout grid, use the domain for this row in the grid for this funnelarea trace .

  • x - Sets the horizontal domain of this funnelarea trace (in plot fraction).

  • y - Sets the vertical domain of this funnelarea trace (in plot fraction).


plotly.graph_objs.funnelarea.Hoverlabel([align=], [alignsrc=], [bgcolor=], [bgcolorsrc=], [bordercolor=], [bordercolorsrc=], [font=], [namelength=], [namelengthsrc=]) → Hoverlabel

Create a new ‘Hoverlabel’ object

  • align - Sets the horizontal alignment of the text content within hover label box. Has an effect only if the hover label text spans more two or more lines

  • alignsrc - Sets the source reference on Chart Studio Cloud for `align`.

  • bgcolor - Sets the background color of the hover labels for this trace

  • bgcolorsrc - Sets the source reference on Chart Studio Cloud for `bgcolor`.

  • bordercolor - Sets the border color of the hover labels for this trace.

  • bordercolorsrc - Sets the source reference on Chart Studio Cloud for `bordercolor`.

  • font - Sets the font used in hover labels.

  • namelength - Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.

  • namelengthsrc - Sets the source reference on Chart Studio Cloud for `namelength`.


plotly.graph_objs.funnelarea.Insidetextfont([color=], [colorsrc=], [family=], [familysrc=], [lineposition=], [linepositionsrc=], [shadow=], [shadowsrc=], [size=], [sizesrc=], [style=], [stylesrc=], [textcase=], [textcasesrc=], [variant=], [variantsrc=], [weight=], [weightsrc=]) → Insidetextfont

Create a new ‘Insidetextfont’ object

  • colorsrc - Sets the source reference on Chart Studio Cloud for `color`.

  • family - HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.

  • familysrc - Sets the source reference on Chart Studio Cloud for `family`.

  • lineposition - Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.

  • linepositionsrc - Sets the source reference on Chart Studio Cloud for `lineposition`.

  • shadow - Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.

  • shadowsrc - Sets the source reference on Chart Studio Cloud for `shadow`.

  • sizesrc - Sets the source reference on Chart Studio Cloud for `size`.

  • style - Sets whether a font should be styled with a normal or italic face from its family.

  • stylesrc - Sets the source reference on Chart Studio Cloud for `style`.

  • textcase - Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.

  • textcasesrc - Sets the source reference on Chart Studio Cloud for `textcase`.

  • variant - Sets the variant of the font.

  • variantsrc - Sets the source reference on Chart Studio Cloud for `variant`.

  • weight - Sets the weight (or boldness) of the font.

  • weightsrc - Sets the source reference on Chart Studio Cloud for `weight`.


plotly.graph_objs.funnelarea.Legendgrouptitle([font=], [text=]) → Legendgrouptitle

Create a new ‘Legendgrouptitle’ object

  • font - Sets this legend group's title font.

  • text - Sets the title of the legend group.


plotly.graph_objs.funnelarea.Marker([colors=], [colorssrc=], [line=], [pattern=]) → Marker

Create a new ‘Marker’ object

  • colors - Sets the color of each sector. If not specified, the default trace color set is used to pick the sector colors.

  • colorssrc - Sets the source reference on Chart Studio Cloud for `colors`.

  • pattern - Sets the pattern within the marker.


plotly.graph_objs.funnelarea.Stream([maxpoints=], [token=]) → Stream

Create a new ‘Stream’ object

  • maxpoints - Sets the maximum number of points to keep on the plots from an incoming stream. If `maxpoints` is set to *50*, only the newest 50 points will be displayed on the plot.

  • token - The stream id number links a data trace on a plot with a stream. See https://chart-studio.plotly.com/settings for more details.


plotly.graph_objs.funnelarea.Textfont([color=], [colorsrc=], [family=], [familysrc=], [lineposition=], [linepositionsrc=], [shadow=], [shadowsrc=], [size=], [sizesrc=], [style=], [stylesrc=], [textcase=], [textcasesrc=], [variant=], [variantsrc=], [weight=], [weightsrc=]) → Textfont

Create a new ‘Textfont’ object

  • colorsrc - Sets the source reference on Chart Studio Cloud for `color`.

  • family - HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.

  • familysrc - Sets the source reference on Chart Studio Cloud for `family`.

  • lineposition - Sets the kind of decoration line(s) with text, such as an *under*, *over* or *through* as well as combinations e.g. *under+over*, etc.

  • linepositionsrc - Sets the source reference on Chart Studio Cloud for `lineposition`.

  • shadow - Sets the shape and color of the shadow behind text. *auto* places minimal shadow and applies contrast text font color. See https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow for additional options.

  • shadowsrc - Sets the source reference on Chart Studio Cloud for `shadow`.

  • sizesrc - Sets the source reference on Chart Studio Cloud for `size`.

  • style - Sets whether a font should be styled with a normal or italic face from its family.

  • stylesrc - Sets the source reference on Chart Studio Cloud for `style`.

  • textcase - Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.

  • textcasesrc - Sets the source reference on Chart Studio Cloud for `textcase`.

  • variant - Sets the variant of the font.

  • variantsrc - Sets the source reference on Chart Studio Cloud for `variant`.

  • weight - Sets the weight (or boldness) of the font.

  • weightsrc - Sets the source reference on Chart Studio Cloud for `weight`.


plotly.graph_objs.funnelarea.Title([font=], [position=], [text=]) → Title

Create a new ‘Title’ object

  • font - Sets the font used for `title`.

  • position - Specifies the location of the `title`.

  • text - Sets the title of the chart. If it is empty, no title is displayed.


Globals






Do you still have questions?

Our Community Forum is full of helpful information and Anvil experts.


plotly.graph_objs.funnelarea