Back to: Index of cards
Cards in this section are used to visualize data. Some of these cards aggregate (“group by”) the data by category, and the output aggregations can be used as inputs to other cards. Review the documentation on creating and configuring charts for more information.
Create a horizontal or vertically oriented bar plot of your objects. Bar chart categories are determined by your object properties, and you can set values to count objects or show an aggregation of a property value or values. You can also use a bar chart to convert data into a time series.
Create a line plot with categories determined by your object properties. Set values to count objects or an aggregation of a property value or values.
Combine line charts, bar charts and categorical scatter plots on the same set of axes. The overlay plot will not mandate using the same set of axes, but using consistent categories is recommended.
Create a pie chart with categories determined by your object properties. Set values to count objects or show an aggregation of a property value or values.
Create a new categorical (bar, line, scatter) plot by computing a function on overlapping categories of existing categorical plots. Numerics, from aggregations or parameters, can also be in the formula.
Use a Function to create a categorical chart (bar, line, scatter) in Quiver.
Create a new categorical plot by applying formulas to specific segments shown in a categorical plot (for example, to scale certain segments by certain scalar values). Numbers, from aggregations or parameters, can also be in the formula.
Create a categorical chart (bar, line, or scatter) using data from a transform table. In the editor, use the Data tab to select the input transform table, and define the groups as well as segments (optional). Use the Display tab to change the visualization type and other display options.
Create a line plot with categories determined by your object properties. Set values to count objects, or show an aggregation of a property value or values.
Plot any pair of numerical properties against one another.
Scatter plot regression is used to view the best-fit regression line over a time series scatter plot.
Scatter plots can be used to plot two series against each other. Points of the underlying series will automatically be aggregated (using the average value over buckets that are 1/1000 of the underlying time range) before plotting.
View an object set of events through time, segmented into categories if desired.
Does not support transform tables and only takes in an event sets as input. Consider using Vega plots as an alternative visualization for an events timeline.
The events timeline chart only supports coloring if the number of events does not exceed the configured single event threshold. To adjust the event threshold, navigate to the Data tab and adjust the number in the Single event threshold field. Note that raising the threshold number may impact performance.
Alternatively, you can zoom in to a selected time frame to reduce the number of events in the chart view.
Distribution charts show the aggregate counts of the y-axis value of series.
Create a correlation matrix between properties of an object set. Select the correlation type (Pearson or Spearman) in the Display tab.
Display a chart in three dimensions, showing two categorical dimensions and an aggregate dimension by color.
Heat grids display a two-dimensional aggregate value grid of two time series. Heat grids are similar to scatter plots, but instead color by the density of points appearing in the same bucket.
Visualize one or more object sets on a map. Maps are backed by geospatial data (geohashes, GeoJSON, and region codes) that can be charted in a variety of ways. You can find a detailed description of map layer configurations in the Workshop map widget documentation.
Render media attached to an object property.
Create fully customizable visualizations using the Vega and Vega-Lite libraries. See the Vega plot page for more details.