Column Chart Node
The Column Chart Node displays categorical data using vertical bars, making it easy to compare values across categories.
Overview
This node requires the user to select a category column (X axis) and one or more value columns (Y axis). Each bar represents a category, and its height corresponds to the value.
Key Features
- Category comparison: Visualize and compare multiple categories.
- Multiple value columns: Display grouped or stacked columns.
- Customizable display: Supports stacking, log scale, and more.
- Dashboard ready: Integrates with dashboards for interactive exploration.
Required Data
xColumn
: The category column.yColumns
: Array of value columns.subCategoryColumn
(optional): For grouped columns.stacked
,vertical
,log
,polar
,movingAvg
,to100
: Additional display options.
How it works
- Add the Column Chart Node to your workflow.
- Connect your dataset.
- Select the category and value columns.
- Configure display options as needed.
- The node renders a column chart.
Use Cases
- Sales by month: Compare sales across different months.
- Survey results: Visualize responses by category.
- Performance metrics: Track KPIs across departments.
Benefits
- Clear comparison of categorical data.
- Flexible configuration for grouped or stacked columns.
- Handles large datasets efficiently.