-
Notifications
You must be signed in to change notification settings - Fork 479
Managing Charts
dbeaver-devops edited this page Sep 15, 2025
·
9 revisions
Note: This feature is available in Enterprise, AWS, and Team editions only.
- Creating Charts in the SQL Editor
- Creating Charts in the Data Editor
- Creating Charts in the Grouping Panel
- Editing Chart settings
The default grid view of query results may look unremarkable. Use CloudBeaver's Charts feature to transform your
SELECT
queries into colorized Charts. You can visualize data in Bar, Line, or Pie formats.
Create a chart directly in the SQL Editor, Data Editor or Grouping Panel.
To create a chart in the SQL Editor:
- Run your query.
- Click the Charts button on the left toolbar in the result area.
- Your data will appear as a chart.
To visualize data from Data Editor:
- (Optional) Sort and filter your data using the filters.
- Click the Charts button in the Data Editor's left toolbar.
- Your data will appear as a chart.
Note: By default, the data for Y-axis is taken from the first column of the table containing numeric values.
To create charts from grouped data:
- Group your data in the Grouping Panel.
- Click the Charts button.
- Your data will appear as a chart.
To edit your chart:
- Click the Configure button in the bottom menu.
- Adjust settings in the dialog box that appears.
- From the Column dropdown, select a column for the X-axis.
- Name the X-axis in the Label field.
- Choose a column for the Y-axis from the Column dropdown.
- Label the Y-axis in the Label field.
You can also set the following chart options:
Setting | Description |
---|---|
View as | Select visualization type: Bar, Line, or Pie. |
Sample Count | Set the maximum number of columns to use in the chart. |
Row Count | Limit the number of rows to include in the chart. |
Aggregate Function | Choose a function for data aggregation on the Y-axis. |
AVG - Calculates the average of the values. | |
SUM - Sums up all the values. | |
FIRST - Displays the first value. | |
LAST - Shows the last value. | |
COUNT - Counts all the values. | |
MIN - Finds the minimum value. | |
MAX - Identifies the maximum value. |
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development