0.4.0 - Stacked Line Charts: Because Why Choose Between Lines and Bars? πΉ π
π Happy New Year! π
"The future belongs to those who believe in the beauty of their dreams." - Eleanor Roosevelt
π New Feature: Stacked Line Chart
β¨ What's New
Added support for Stacked Line Chart visualization mode! This new chart type combines the smooth line visualization with cumulative stacking, perfect for showing how multiple entities contribute to total power or energy consumption.
π Features
- Stacked Line Charts - Visualize cumulative data with smooth line curves
- Hourly Aggregation - Uses hourly data points (same as stacked bar charts) for better spacing
- Clean Visualization - No dots or points cluttering the chart
- Untracked Power Support - Works seamlessly with untracked power visualization
- Consistent Styling - All datasets properly filled and styled
π Usage
chart:
chart_type: stacked_line
total_power_entity: sensor.total_power # Optional: for untracked powerπ― Use Cases
- Overview Visualization - Get a cumulative view similar to stacked bars but with smooth lines
- Trend Analysis - See how individual entities contribute to overall trends over time
- Power Monitoring - Visualize cumulative power consumption across multiple devices
Chart Type Options:
line- Detailed line chart with 5-minute aggregationstacked_bar- Stacked bar chart with hourly aggregationstacked_line- NEW! Stacked line chart with hourly aggregation
- chore: bumps version to 0.4.0 by @gh-action-bump-version
- stacked line chart - thanks @LamarcLS! by @warmfire540
- chore: yarn (deps-dev): bump @trivago/prettier-plugin-sort-imports (#14) by @dependabot[bot]
What's Changed
- chore: yarn (deps-dev): bump @trivago/prettier-plugin-sort-imports from 6.0.0 to 6.0.1 in the all-dependencies group by @dependabot[bot] in #14
- Stacked Line Charts: Because Why Choose Between Lines and Bars? πΉ π by @warmfire540 in #15
Full Changelog: 0.3.0...0.4.0
