Chart types
Vizdom supports the following chart types:| Type | Best used for |
|---|---|
| Bar | Comparing values across categories |
| Line | Showing trends over time |
| Area | Emphasizing cumulative totals over time |
| Scatter | Exploring correlations between two numeric fields |
| Pie / Donut | Showing part-to-whole relationships |
| Table | Displaying raw or summarized data in rows and columns |
| Number / KPI card | Highlighting a single key metric |
| Heatmap | Visualizing density or intensity across two dimensions |
| Geo Map | Plotting geographic data on an interactive map |
Creating a visualization
Pick a dataset
Select a connected data source and choose a table or write a custom SQL query. Click Run to preview the results.
Choose a chart type
Select a chart type from the panel on the right. Vizdom highlights recommended types based on the shape of your data.
Configure axes and dimensions
Map your dataset columns to the chart’s fields — for example, assign a date column to the X axis and a revenue column to the Y axis.
Formatting options
In the Format panel (right side of the builder), you can customize:- Colors — choose a single color or apply a color palette to series.
- Labels — toggle data labels on or off, and choose their position (inside, outside, top, bottom).
- Legend — show or hide the legend, and control its position (top, bottom, left, right).
- Tooltips — configure what appears when a viewer hovers over a data point, including custom field aliases.
- Axes — set axis titles, min/max values, and number formatting (currency, percentage, decimal places).
Configuration examples
- Bar chart
- Line chart
- Table
In the Data panel, assign:
- X axis — a categorical field (e.g.,
product_category) - Y axis — a numeric field (e.g.,
total_revenue) - Group by (optional) — a second categorical field to produce grouped or stacked bars
Conditional formatting
Use conditional formatting to highlight values that cross a threshold, making outliers immediately visible. To add a rule:- Open the Format panel and scroll to Conditional Formatting.
- Click Add Rule.
- Choose the target field, a condition (greater than, less than, equal to, between), and a threshold value.
- Set the highlight color for cells or data points that match the condition.
Drill-down and linked dashboards
Any visualization can link to another dashboard, letting viewers click a data point to open a related view. To set up a drill-down:- Open the visualization in edit mode.
- In the Interactions panel, select Drill down to dashboard.
- Choose the target dashboard and optionally map a field from the current chart to a filter on the target dashboard.
Dashboards
Arrange your visualizations into shareable dashboards.
AI Insights
Let AI recommend chart types and surface anomalies automatically.