3D Bar Chart Node
The 3D Bar Chart Node visualizes categorical data using three-dimensional bars, providing an enhanced perspective for comparing values across categories.
Overview
This node requires the user to select a category column (X axis), one or more value columns (Y axis), and optionally a depth column (Z axis). Each bar represents a category, and its size corresponds to the value.
Key Features
- Category comparison: Visualize and compare multiple categories in 3D.
- Depth dimension: Add a third dimension for enhanced data representation.
- Customizable orientation: Supports horizontal or vertical layouts.
- Dashboard ready: Integrates with dashboards for interactive exploration.
Required Data
xColumn
: The category column.yColumns
: Array of value columns.zColumn
(optional): Depth column for 3D representation.stacked
,vertical
,log
,polar
,movingAvg
,to100
: Additional display options.
How it works
- Add the 3D Bar Chart Node to your workflow.
- Connect your dataset.
- Select the category, value, and optional depth columns.
- Configure display options as needed.
- The node renders a 3D bar chart.
Use Cases
- Sales by region and time: Compare sales across regions with a time dimension.
- Survey results: Visualize responses by category and subgroup.
- Performance metrics: Track KPIs across departments with additional depth.
Benefits
- Enhanced visualization with 3D perspective.
- Flexible configuration for grouped or stacked bars.
- Handles large datasets efficiently.