Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 11.2 KB

viewers.md

File metadata and controls

36 lines (32 loc) · 11.2 KB
title
Supported viewers

A viewer is a visual component associated with a table. They are extremely fast and interactive, handling datasets with tens of millions of rows (or millions of columns).

To learn how to use viewers, including creation, managing properties, filtering, row selection, tooltips, and more, see Table View.

<div style={{ width:200 }}> <div style={{ width:300 }}>
A high-performance, customizable spreadsheet optimized for interactive exploration of data.

Provides color-coding, filtering, sorting, custom cell types, and hundreds of other features.
Displays data points on the X and Y axes to show the relationship between two variables. Show up to three additional data dimensions by using marker color, shape, and size.

Supports regression lines, and data annotations.
Shows the distribution of the numerical data. Supports multiple distribution, with a few normalization options. Use the slider below to filter the dataset.
Shows points connected by lines. Points are ordered by the X component, with multiple values for the same X aggregated.

Supports multiple charts, multiple axes, different normalization and aggregation options.

Chart types: lines, area, stacked bar chart, stacked area chart.
Shows grouped data with rectangular bars with lengths proportional to the values that they represent.

Supports multiple data type-dependent aggregation functions for values. Works with dates as a category, converting them to year, Q1-Q4, or month.

To create a stacked bar chart, use the Stack selector.
Summarizes distributions of values by showing minimum, first quartile, median, third quartile, and maximum.

Shows each point and lets you color-code them.

When comparing multiple sets, automatically tests for statistical significance and calculates p-values.
Shows proportions by dividing data into slices.
Shows each row as a trajectory, where each column value gets mapped to the corresponding axis.

Useful for analyzing multidimensional data.
Shows the relationship between three variables in 3d space.

You can color-code points, size-code points, and display labels next to markers.
Lets you analyze longitudinal data. Requires at least one column of type DateTime.
Lets you analyze multiple dimensions of your data simultaneously.

For categorical columns, unique values along the X and Y axes create subsets of data. Each intersecting cell visualizes rows belonging to the corresponding subset.

Supports multiple columns per axis and multiple chart options.
Displays hierarchical data as a set of nested rectangles. A leaf node's rectangle has an area proportional to a specified dimension of the data.
Lets you customize the appearance of the row by manually positioning the fields, and adding other visual elements, such as pictures or panels.

A form can be used either as a standalone viewer, or as a row template of the Tile Viewer.
Visualizes rows as forms positioned as tiles.

Useful for reviewing the contents of each row.
A visual depiction of word frequency.

You can use other aggregation functions to represent the size or color of the specific word.
Shows density of points for the chosen X and Y columns, unlike scatter plot that shows all of them.
Shows the relationships between the selected columns using density plots and histograms.
Visualizes graphs, with values of the specified two columns as nodes, and rows as edges.

To the right, you see relationships between the Game of Thrones characters. Can you guess what the two clusters are?
A condensed representation of the grid, where it shows all dataset at once with the color-coded cells
Let you quickly filter and select rows based on the column values.

Filters automatically adjust to the data type and semantics. Built-in filters: numerical, categorical, molecular, sequences, calendar, free text, lists, etc.
Lets you see correlations between all columns at once. Cells are color-coded by the Pearsson correlation coefficient.

Histograms along the diagonal show the corresponding distribution. Hover over the cell to see the corresponding scatter plot. The grid is sortable.
Use to host any text, arbitrary HTML content, or markdown-formatted text. In most cases, the viewer will auto-detect content type. Use the "Content Type" property to explicitly specify it. Markup