Skip to main content
Charts let you visualize your data at different stages of the pipeline. To view a chart, open a data sample and navigate to the Visualization tab of the Data Explorer. Charts are based on the data currently loaded in the sample. VisualizationView

Chart types

You can create the following charts in the Visualization tab.
Chart TypeDescription
BarGroup your data by categories with rectangular bars with heights or lengths proportional to the values that they represent.
LineVisually represent your data over time or along a continuous range.
AreaLine chart with filled areas under the lines to represent quantitative data over time or categories.
PieCircular graph that divides into slices, where the arc length of each slice is proportional to the quantity it represents.
CandlestickFinancial chart that displays how prices change for an asset over time, such as stocks and currency.
MapUses a map to show how data is distributed across a geographic region.
ScatterUses dots to show the relationship between two variables.

Filter conditions

You can apply or remove filters to focus on specific parts of the visualized data. Filtering helps you explore subsets of the dataset without modifying or rerunning your pipeline. Filters apply only to the data currently loaded in the Data Explorer sample. FilterChart To apply a filter to your data:
  1. Click Filter at the top of the chart.
  2. Click Add Filter.
  3. Configure your filter. Select the Condition, Column, and Value to filter for.
  4. Click Apply.
Click the trashcan icon at the top right corner of the filter to remove it.