Barbell Chart Node
The Barbell Chart Node is a visualization tool that highlights changes or differences between two data points for each category, using a line connecting two markers.
Overview
This node requires the user to select a category column (X axis) and two value columns (Y axis). Each barbell represents a category, with markers indicating the values and a connecting line showing the difference.
Key Features
- Change visualization: Easily compare two values for each category.
- Customizable markers: Adjust marker styles and colors.
- Dashboard ready: Integrates with dashboards for interactive exploration.
Required Data
xColumn
: The category column.yColumn1
: The first value column.yColumn2
: The second value column.markerStyle
,lineStyle
,log
,polar
: Additional display options.
How it works
- Add the Barbell Chart Node to your workflow.
- Connect your dataset.
- Select the category and value columns.
- Configure marker and line styles as needed.
- The node renders a barbell chart.
Use Cases
- Before and after analysis: Compare values before and after an event.
- Performance comparison: Visualize differences between two metrics.
- Trend analysis: Highlight changes over time for categories.
Benefits
- Clear visualization of differences between two values.
- Flexible configuration for markers and lines.
- Handles large datasets efficiently.