| [ Web Proxy ] |
| Viewing: https://plot.ly/javascript/reference/table | [Back] [Original] |
[Sign up for the upcoming webinar: One Workspace for Every Session with Plotly Studio Projects]
table Tracestable trace is an object with the key "type" equal to "table" (i.e. {"type": "table"}) and any of the keys listed below. data[type=table] data[type=table] Sets the trace name. The trace name appears as the legend item and on hover.
data[type=table] true | false | "legendonly" ) true Determines whether or not this trace is visible. If "legendonly", the trace is not drawn, but can appear as a legend item (provided that the legend itself is visible).
data[type=table] legend Sets the reference to a legend to show this trace in. References to these legends are "legend", "legend2", "legend3", etc. Settings for these legends are set in the layout, under `layout.legend`, `layout.legend2`, etc.
data[type=table] 1000 Sets the legend rank for this trace. Items and groups with smaller ranks are presented on top/left side while with "reversed" `legend.traceorder` they are on bottom/right side. 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. When having unranked or equal rank items shapes would be displayed after traces i.e. according to their order in data and layout.
data[type=table] data[type=table].legendgrouptitle Sets this legend group's title font.
data[type=table].legendgrouptitle.font data[type=table].legendgrouptitle.font HTML font family - the typeface that will be applied by the web browser. The web browser can only apply a font if it is available on the system where it runs. Provide multiple font families, separated by commas, to indicate the order in which to apply fonts if they aren't available.
data[type=table].legendgrouptitle.font "under", "over", "through" joined with a "+" OR "none". "under", "over", "under+over", "under+over+through", "none" "none" 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.
data[type=table].legendgrouptitle.font "none" 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.
data[type=table].legendgrouptitle.font data[type=table].legendgrouptitle.font "normal" | "italic" ) "normal" Sets whether a font should be styled with a normal or italic face from its family.
data[type=table].legendgrouptitle.font "normal" | "word caps" | "upper" | "lower" ) "normal" Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
data[type=table].legendgrouptitle.font "normal" | "small-caps" | "all-small-caps" | "all-petite-caps" | "petite-caps" | "unicase" ) "normal" Sets the variant of the font.
data[type=table].legendgrouptitle.font normal Sets the weight (or boldness) of the font.
data[type=table].legendgrouptitle "" Sets the title of the legend group.
data[type=table] Sets the width (in px or fraction) of the legend for this trace.
data[type=table] Assigns id labels to each datum. These ids for object constancy of data points during animation. Should be an array of strings, not numbers or any other type.
data[type=table] 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.
data[type=table] The width of columns expressed as a ratio. Columns fill the available width in proportion of their specified column widths.
data[type=table] "x", "y", "z", "text", "name" joined with a "+" OR "all" or "none" or "skip". "x", "y", "x+y", "x+y+z", "all" "all" Determines what trace information appears on hover. If `none` or `skip` are set, no information is displayed upon hovering. But, if `none` is set, click and hover events are still fired.
data[type=table] Assigns extra meta information associated with this trace that can be used in various text attributes. Attributes such as trace `name`, graph, axis and colorbar `title.text`, annotation `text` `rangeselector`, `updatemenues` and `sliders` `label` text all support `meta`. To access the trace `meta` values in an attribute in the same trace, simply use `%{meta[i]}` where `i` is the index or key of the `meta` item in question. To access trace `meta` in layout attributes, use `%{data[n[.meta[i]}` where `i` is the index or key of the `meta` and `n` is the trace index.
data[type=table] Assigns extra data each datum. This may be useful when listening to hover, click and selection events. Note that, "scatter" traces also appends customdata items in the markers DOM elements
data[type=table] data[type=table].domain 0 If there is a layout grid, use the domain for this column in the grid for this table trace.
data[type=table].domain 0 If there is a layout grid, use the domain for this row in the grid for this table trace.
data[type=table].domain [0, 1] Sets the horizontal domain of this table trace (in plot fraction).
data[type=table].domain [0, 1] Sets the vertical domain of this table trace (in plot fraction).
data[type=table] data[type=table].cells "left" | "center" | "right" ) "center" Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.
data[type=table].cells data[type=table].cells.fill "white" Sets the cell fill color. It accepts either a specific color or an array of colors or a 2D array of colors.
data[type=table].cells data[type=table].cells.font data[type=table].cells.font HTML font family - the typeface that will be applied by the web browser. The web browser can only apply a font if it is available on the system where it runs. Provide multiple font families, separated by commas, to indicate the order in which to apply fonts if they aren't available.
data[type=table].cells.font "under", "over", "through" joined with a "+" OR "none". "under", "over", "under+over", "under+over+through", "none" "none" 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.
data[type=table].cells.font "none" 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.
data[type=table].cells.font data[type=table].cells.font "normal" | "italic" ) "normal" Sets whether a font should be styled with a normal or italic face from its family.
data[type=table].cells.font "normal" | "word caps" | "upper" | "lower" ) "normal" Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
data[type=table].cells.font "normal" | "small-caps" | "all-small-caps" | "all-petite-caps" | "petite-caps" | "unicase" ) "normal" Sets the variant of the font.
data[type=table].cells.font normal Sets the weight (or boldness) of the font.
data[type=table].cells Sets the cell value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.
data[type=table].cells 20 The height of cells.
data[type=table].cells data[type=table].cells Prefix for cell values.
data[type=table].cells Suffix for cell values.
data[type=table].cells Cell values. `values[m][n]` represents the value of the `n`th point in column `m`, therefore the `values[m]` vector length for all columns must be the same (longer vectors will be truncated). Each value must be a finite number or a string.
data[type=table] data[type=table].header "left" | "center" | "right" ) "center" Sets the horizontal alignment of the `text` within the box. Has an effect only if `text` spans two or more lines (i.e. `text` contains one or more <br> HTML tags) or if an explicit width is set to override the text width.
data[type=table].header data[type=table].header.fill "white" Sets the cell fill color. It accepts either a specific color or an array of colors or a 2D array of colors.
data[type=table].header data[type=table].header.font data[type=table].header.font HTML font family - the typeface that will be applied by the web browser. The web browser can only apply a font if it is available on the system where it runs. Provide multiple font families, separated by commas, to indicate the order in which to apply fonts if they aren't available.
data[type=table].header.font "under", "over", "through" joined with a "+" OR "none". "under", "over", "under+over", "under+over+through", "none" "none" 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.
data[type=table].header.font "none" 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.
data[type=table].header.font data[type=table].header.font "normal" | "italic" ) "normal" Sets whether a font should be styled with a normal or italic face from its family.
data[type=table].header.font "normal" | "word caps" | "upper" | "lower" ) "normal" Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
data[type=table].header.font "normal" | "small-caps" | "all-small-caps" | "all-petite-caps" | "petite-caps" | "unicase" ) "normal" Sets the variant of the font.
data[type=table].header.font normal Sets the weight (or boldness) of the font.
data[type=table].header Sets the cell value formatting rule using d3 formatting mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.
data[type=table].header 28 The height of cells.
data[type=table].header data[type=table].header Prefix for cell values.
data[type=table].header Suffix for cell values.
data[type=table].header Header cell values. `values[m][n]` represents the value of the `n`th point in column `m`, therefore the `values[m]` vector length for all columns must be the same (longer vectors will be truncated). Each value must be a finite number or a string.
data[type=table] data[type=table].hoverlabel "left" | "right" | "auto" ) "auto" 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
data[type=table].hoverlabel Sets the background color of the hover labels for this trace
data[type=table].hoverlabel Sets the border color of the hover labels for this trace.
data[type=table].hoverlabel Sets the font used in hover labels.
data[type=table].hoverlabel.font data[type=table].hoverlabel.font HTML font family - the typeface that will be applied by the web browser. The web browser can only apply a font if it is available on the system where it runs. Provide multiple font families, separated by commas, to indicate the order in which to apply fonts if they aren't available.
data[type=table].hoverlabel.font "under", "over", "through" joined with a "+" OR "none". "under", "over", "under+over", "under+over+through", "none" "none" 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.
data[type=table].hoverlabel.font "none" 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.
data[type=table].hoverlabel.font data[type=table].hoverlabel.font "normal" | "italic" ) "normal" Sets whether a font should be styled with a normal or italic face from its family.
data[type=table].hoverlabel.font "normal" | "word caps" | "upper" | "lower" ) "normal" Sets capitalization of text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized.
data[type=table].hoverlabel.font "normal" | "small-caps" | "all-small-caps" | "all-petite-caps" | "petite-caps" | "unicase" ) "normal" Sets the variant of the font.
data[type=table].hoverlabel.font normal Sets the weight (or boldness) of the font.
data[type=table].hoverlabel 15 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.
data[type=table].hoverlabel true Sets whether or not to show the hover label arrow/triangle pointing to the data point.
data[type=table] Controls persistence of some user-driven changes to the trace: `constraintrange` in `parcoords` traces, as well as some `editable: true` modifications such as `name` and `colorbar.title`. Defaults to `layout.uirevision`. Note that other user-driven trace attribute changes are controlled by `layout` attributes: `trace.visible` is controlled by `layout.legend.uirevision`, `selectedpoints` is controlled by `layout.selectionrevision`, and `colorbar.(x|y)` (accessible with `config: {editable: true}`) is controlled by `layout.editrevision`. Trace changes are tracked by `uid`, which only falls back on trace index if no `uid` is provided. So if your app can add/remove traces before the end of the `data` array, such that the same trace has a different index, you can still preserve user-driven changes if you give each trace a `uid` that stays with it as it moves.
| Web Proxy Viewer | New URL | Original Page |