Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
typeflat

Overview

pie chart is a circular graph that contains slices that correspond to parts of the whole. The different slices of the chart and their proportions are defined by two given fields in your query.

What data do I need for this widget?

...

  1. Go to Data Search and open the required table.

  2. Perform the required operations to get the data you want to use in the chart.

  3. After getting the required query results, go to Additional tools → Charts → Click the gear icon on the toolbar and select Charts → Diagrams → Pie Chart.

  4. Drag the required columns to their corresponding fields. This chart requires you to select the following fields:

    Required fieldDescriptionData type
    Partitioning Choose the column whose distinct values you want to represent as slices in the pie chart.string
    ValuesChoose the numeric field you want to use to define the proportion of each of the slices.float, integer, duration


  5. The pie chart is displayed.
    Image Removed
    Image Added

Working with pie charts

...

You can hit the following keys to perform different visualization actions:

Shortcut keyDescription

Status
subtletrue
title

With the by period option activated:

  • If your data is grouped by period, displays the data from the previous period available. For example, if your query groups data every 30 seconds press the left arrow to see the data for the previous 30-second period available.
  • If your data is not grouped, displays the data from the previous distinct value available.

Status
subtletrue
title

With the by period option activated:

  • If your data is grouped by period, displays the data from the next period available. For example, if your query groups data every 30 seconds press the right arrow to see the data for the next 30-second period available.
  • If your data is not grouped, displays the data from the next distinct value available.

Status
subtletrue
title?

Shows/hides the list of shortcut keys.

Query example

You can recreate the example shown in the picture above with the data from the following query and mapping the fields as follows:

...