Matrix
Create matrix charts to visualize values in a grid format in BeCharts.
Back to Chart types.
Matrix charts visualize values in a grid, often similar to a heatmap but with matrix-specific labeling or layout rules depending on the preset.
Data format
- Matrix data (2D grid), optionally with row/column labels
Import and edit support
- Import: ❌
- Edit: ❌
Customize highlights
- Appearance: spacing, background, typography (when available)
- Visual map / Color: encode magnitude by color (if configured)
Tips
- Use clear row/column labels and a legend if color encodes value.
- If your data is naturally
[row, col, value], a heatmap preset may be a better fit.