-
Notifications
You must be signed in to change notification settings - Fork 386
Managing Charts
dbeaver-devops edited this page Nov 22, 2024
·
4 revisions
Note: This feature is available in Enterprise, AWS, Team editions only.
- Overview
- 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. |
- Application overview
- Demo Server
- Administration
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- Team Edition Overview
- Getting started with Team Edition
- Team Edition Server Configuration
- Projects in Team Edition
- Teams in Team Edition
- Team Edition Deployment
- Roles in Team Edition
- Git integration in Team Edition
- Datasets in Team Edition
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development