Panes
Panes are individual visualization components that transform query results into charts, tables, and other visual formats. They are the building blocks used to construct dashboards.
How to Access
Navigate to Insights → Panes in the platform.
Panes List
The main view displays all saved panes in a searchable table:
| Column | Description |
|---|---|
| Title | Pane name |
| Type | Visualization type |
| Query | Source query name |
| Created At | Creation date |
| Updated At | Last modification |
Click Dashboards button to switch to the Dashboards view.
Creating a Pane
Panes are created from the Query Analyzer:
Step 1: Write Your Query
In Fusion → Query Analyzer, write and execute your SQL query.
Step 2: Open Visualization
Click the Visualize or chart icon to open the visualization panel.
Step 3: Choose Chart Type
Select the appropriate visualization:
| Type | Best For |
|---|---|
| Table | Raw data, detailed records |
| Line Chart | Trends over time |
| Bar Chart | Comparing categories |
| Pie Chart | Proportions and percentages |
| Area Chart | Cumulative values over time |
| Gauge | Single metric against a range |
| Single Value | Key numbers and KPIs |
| Map | Geographic data |
Step 4: Configure Appearance
Customize the visualization:
- Axis labels and formatting
- Colors and themes
- Legend position
- Data labels
Step 5: Save as Pane
Click Save Pane and provide:
- Pane name
- Optional description
Visualization Types
Table
Display raw data in sortable rows and columns:
- Column sorting
- Pagination for large datasets
- Conditional formatting
- Row selection
Line Chart
Show trends and changes over time:
- Multiple data series
- Time-based X-axis
- Smoothing options
- Tooltips on hover
Bar Chart
Compare values across categories:
- Horizontal or vertical orientation
- Stacked or grouped bars
- Value labels
- Category sorting
Pie Chart
Visualize proportions:
- Percentage labels
- Legend with values
- Donut variant option
- Slice highlighting
Area Chart
Display cumulative or stacked values:
- Stacked areas for composition
- Transparency settings
- Gradient fills
- Multiple series support
Gauge
Show single metrics against ranges:
- Min/max value configuration
- Color thresholds (green/yellow/red)
- Current value display
- Target indicators
Single Value
Highlight key numbers:
- Large, prominent display
- Trend indicators (up/down)
- Sparkline support
- Comparison to previous period
Map
Geographic visualization:
- Country/region coloring
- Point markers
- Heat map overlays
- Zoom and pan
Using Panes in Dashboards
Once saved, panes can be added to any dashboard:
- Open a dashboard in edit mode
- Add a pane component to the canvas
- Select your saved pane
- Position and resize as needed
Panes are reusable — the same pane can appear in multiple dashboards.
Best Practices
| Practice | Benefit |
|---|---|
| Clear naming | Easy discovery when building dashboards |
| Match viz to data | Right chart type improves comprehension |
| Keep it simple | Avoid cluttered visualizations |
| Consistent colors | Visual coherence across dashboards |
| Test with real data | Ensure appearance works with actual values |
| Document purpose | Add descriptions for team understanding |