Skip to content

Charts

BraDypUS can generate charts from the data in any table. Charts are shared across all users in the same application.

Open a chart from the Charts panel inside RecordView, or from the chart icon in the sidebar if a standalone chart view is available.

Creating a chart

Inside any table's DataView, click the Charts button in the toolbar to open the chart panel. Click New chart and configure:

TODO_SCREENSHOT: Chart configuration form showing table, chart type, and axis field selectors

FieldDescription
NameLabel for this chart
Chart typebar, line, pie, doughnut, or metric (single number)
X fieldThe field to group by (horizontal axis / pie segments)
Y fieldThe field to aggregate
Y functionAggregation: COUNT, SUM, AVG, MIN, MAX

Click Save to create the chart. It appears in the chart list and can be opened by any user.

Viewing a chart

TODO_SCREENSHOT: A rendered pie chart showing the distribution of records by period

The chart updates in real-time from the current data. Use the Filter toggle to apply the active DataView search filter to the chart data.

Sharing and access

Charts are visible to all authenticated users by default. A super-admin can mark a chart as private (visible only to its creator) or shared (visible to all users including read-only users).

Deleting a chart

Click Delete in the chart list. Only the chart definition is deleted — no record data is affected.