

`values` represents the value of the `n`th point in column `m`, therefore the `values` vector length for all columns must be the same (longer vectors will be truncated). Sets the cell value formatting rule using d3 formatting mini-languages which are very similar to those in Python. Type: number or array of numbers greater than or equal to 1 It accepts either a specific color or an array of colors or a 2D array of colors. `text` contains one or more HTML tags) or if an explicit width is set to override the text width. Has an effect only if `text` spans two or more lines (i.e. Sets the horizontal alignment of the `text` within the box. Type: enumerated or array of enumerateds, one of ( 'left' | 'center' | 'right' ) Sets the vertical domain of this table trace (in plot fraction). Sets the horizontal domain of this table trace (in plot fraction). If there is a layout grid, use the domain for this row in the grid for this table trace. If there is a layout grid, use the domain for this column in the grid for this table trace. Note that, 'scatter' traces also appends customdata items in the markers DOM elements This may be useful when listening to hover, click and selection events. To access the trace `meta` values in an attribute in the same trace, simply use `%` where `i` is the index or key of the `meta` and `n` is the trace index.Īssigns extra data each datum. Attributes such as trace `name`, graph, axis and colorbar `title.text`, annotation `text` `rangeselector`, `updatemenues` and `sliders` `label` text all support `meta`.

Type: number or categorical coordinate stringĪssigns extra meta information associated with this trace that can be used in various text attributes. But, if `none` is set, click and hover events are still fired. If `none` or `skip` are set, no information is displayed upon hovering. Any combination of 'x', 'y', 'z', 'text', 'name' joined with a '+' OR 'all' or 'none' or 'skip'.Įxamples: 'x', 'y', 'x+y', 'x+y+z', 'all'ĭetermines which trace information appear on hover. Columns fill the available width in proportion of their specified column widths. The width of columns expressed as a ratio. Specifies the rendered order of the data columns for example, a value `2` at position `0` means that column index `0` in the data will be rendered as the third column, as columns have an index base of zero. Should be an array of strings, not numbers or any other type. These ids for object constancy of data points during animation. 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'.Īssigns id labels to each datum. The Chart Studio Cloud (at or on-premise) generates images on a server, where only a select number of fonts are installed and supported. 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 web browser will only be able to apply a font if it is available on the system which it operates. HTML font family - the typeface that will be applied by the web browser. Type: struct containing one or more of the keys listed below. The default legendrank is 1000, so that you can use ranks less than 1000 to place certain items before all unranked items, and ranks greater than 1000 to go after all unranked items. Items and groups with smaller ranks are presented on top/left side while with `'reversed' `aceorder` they are on bottom/right side. If 'legendonly', the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible). Type: enumerated, one of ( true | false | 'legendonly' )ĭetermines whether or not this trace is visible. The trace name appear as the legend item and on hover. the grid is represented as a vector of column vectors. Most styling can be specified for columns, rows or individual cells. The data are arranged in a grid of rows and columns. This section lists all of the valid keys that a table struct can contain. A table trace is a struct inside fig.data which has type equal to 'table'.
