Skip to content

0.4.0 - Stacked Line Charts: Because Why Choose Between Lines and Bars? πŸ’Ή πŸ’ˆ

Choose a tag to compare

@github-actions github-actions released this 09 Jan 16:01

🎊 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.

stacked

πŸ“Š 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 aggregation
  • stacked_bar - Stacked bar chart with hourly aggregation
  • stacked_line - NEW! Stacked line chart with hourly aggregation

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