Skip to main content

Charts

The Charts feature lets you visualize data within the Datagrid to quickly uncover insights.

Available in the Professional edition, this feature works best with the SOQL Datagrid, but it's also supported in other Brobench Datagrids like the Objects list and Fields list.

Supported chart types: Pie, Donut, Bar, Line, Area, Scatter, and Bubble.

Charts Overview

Usage

  1. Open the Charts dialog by clicking the Chart icon in the Query Datagrid, or by right-clicking any Datagrid and selecting Grid Actions -> Chart.

    Keep in Mind

    The Chart icon appears only in the Query Datagrid, but the right-click option is available in all Datagrids.

    Chart Menu

  2. The chart dialog opens with a blank chart widget by default.

  3. Hover over the widget to reveal chart controls.

  4. Click the wrench icon to open Chart Options.

  5. Configure chart type, series, and other settings.

  6. Click outside the dialog or press Apply to close it and render the chart.

Chart Basics

Dashboard

The Charts dialog, also called the Dashboard, allows you to view multiple charts at once, making it easier to explore various aspects of your data.

Data Source

Charts are based on the current records available in the Datagrid.

Keep in Mind

If your query matches many records (e.g., 10,000) but only a subset is fetched (e.g., 2,000), charts will be based on the fetched subset. To visualize all records, fetch them before opening the Charts dialog.

Chart Controls

Each chart widget has a set of controls, visible when you hover over it:

ControlDescription
Chart OptionsOpens the configuration panel
Export ChartDownloads the chart as an image file
Delete ChartRemoves the chart from the dashboard
Maximize ChartExpands the chart to fill the dialog space

Chart Options

Each chart has its own configuration, accessible via the wrench icon.

Common chart settings include:

Legend

The legend helps interpret chart colors or patterns. It's shown by default at the bottom but can be turned off in the options.

Grouping

Data can be grouped by numeric or date/time fields, typically on the X or Y-axis. Default groupings:

  • Date/Time: Day
  • Numeric: Tens

Series

Series represent the main data elements. Most charts support multiple series except Pie, which supports one. Non-numeric fields are converted to numeric values when used.

X-Axis

Used for categories, time, or numeric values. Grouping levels can be applied for better readability. Not applicable to Pie and Donut charts.

Y-Axis

Represents numeric values or counts. Grouping options are similar to the X-axis. Not applicable to Pie and Donut charts.

Add Chart

Click the Plus icon at the top of the Charts dialog to add a new chart widget.

Add Chart

New widgets appear either beside or below existing charts based on available space.

Keep in Mind
  • Charts may be added below the visible area. Scroll if needed.
  • There's no hard limit on the number of charts, but screen space and system resources may affect performance.

Reset Dashboard

Click the Reset button to remove all charts and start fresh with a blank chart.

Reset Dashboard

Chart Actions

Hover over a chart to access controls in the top-left corner.

Chart Options

Click the wrench icon to open the options panel. Available settings vary by chart type.

Chart Options

Download Chart

Click the download icon to save the chart as a PNG image.

Delete Chart

Click the trash icon to remove the chart. This action is not reversible.

Maximize Chart

Click the expand icon to maximize the chart. Use the collapse icon to restore its size.

Chart Types

Brobench supports several chart types tailored for different data needs:

Pie Chart

A circular chart where each slice shows a category’s portion of the whole.

Pie Options
Pie Chart

Donut Chart

Similar to Pie but with a center cutout. Allows better readability and supports multiple series.

Donut Options
Donut Chart

Bar Chart

Displays values across categories using horizontal or vertical bars. Useful for comparisons.

Bar Options
Bar Chart

Line Chart

Connects data points with lines to show trends over time or ordered categories.

Line Chart

Area Chart

Similar to Line Chart but with the area beneath the line filled. Shares options with the Bar chart.

Area Chart

Scatter Chart

Plots data as individual points on an X-Y grid. Great for exploring relationships, clusters, and outliers.

  • Compare variables (e.g., height vs. weight)
  • Identify clusters or trends
  • Spot anomalies

Scatter Options
Scatter Chart

Bubble Chart

A Scatter Chart with a third dimension. The bubble size reflects an additional value.

  • X-axis: first variable
  • Y-axis: second variable
  • Size: third variable (e.g., revenue or volume)

Commonly used for multi-metric comparisons and to emphasize impact.

Bubble Chart