Skip to content

Latest commit

 

History

History
1133 lines (593 loc) · 80.8 KB

CHANGELOG.md

File metadata and controls

1133 lines (593 loc) · 80.8 KB

2.1.2 (2024-07-10)

Bug Fixes

  • series: extremas would be wrong in some cases with in_header: false (019b4ee), closes #725

2.1.1 (2024-07-09)

Bug Fixes

  • yaxis: when in_chart: false, yaxis generated config would be wrong (5932f2f), closes #724

2.1.0 (2024-07-09)

Features

  • Add change type for statistics (#555) (608fbe5), closes #552
  • locales: Support for new locales (2fca527)
  • series: Direct support for dashed lines (29aad77), closes #413
  • series: hide specific serie in legend with in_legend: false (12cb893), closes #74
  • series: support for monotoneCubic curves (998cb99)
  • series: Support for stack group of columns (2935b4e), closes #673 #550
  • statistics: add weekly statistics period (#680) (e923126)
  • support for server time (55c8f97), closes #709 #579

Bug Fixes

  • extremas with time_delta would generate wrong results (f7ab3e8), closes #713
  • display was wrong when using server time + serie offset (84357f9), closes #579
  • series: fix in_legend for apexcharts.js v3.50.0 (221b0a5)

2.1.0-dev.4 (2024-07-09)

Features

  • series: hide specific serie in legend with in_legend: false (12cb893), closes #74
  • series: Support for stack group of columns (2935b4e), closes #673 #550

2.1.0-dev.3 (2024-07-05)

Features

  • locales: Support for new locales (2fca527)
  • series: Direct support for dashed lines (29aad77), closes #413
  • series: support for monotoneCubic curves (998cb99)

2.1.0-dev.2 (2024-07-04)

Bug Fixes

  • extremas with time_delta would generate wrong results (f7ab3e8), closes #713
  • display was wrong when using server time + serie offset (84357f9), closes #579

2.1.0-dev.1 (2024-07-04)

Features

2.0.4 (2023-04-02)

Bug Fixes

  • actually really fix the issue with HA 2023.4 beta and above (972f2c0), closes #529
  • extra space at bottom because of the card's action-handler (533a784)

2.0.4-dev.1 (2023-04-02)

Bug Fixes

  • actually really fix the issue with HA 2023.4 beta and above (972f2c0), closes #529
  • extra space at bottom because of the card's action-handler (533a784)

2.0.3 (2023-04-02)

Bug Fixes

  • card broken with HA 2023.4.0bXX and above (e1aaf69), closes #527

2.0.3-dev.1 (2023-04-02)

Bug Fixes

  • card broken with HA 2023.4.0bXX and above (e1aaf69), closes #527

2.0.2 (2022-12-08)

Bug Fixes

  • Home Assistant API deprecation warning (1449c7f), closes #417

2.0.2-dev.1 (2022-11-04)

Bug Fixes

  • Home Assistant API deprecation warning (1449c7f), closes #417

2.0.1 (2022-04-24)

Bug Fixes

  • Friendly name wouldn't display anymore (ef38724)

2.0.0 (2022-04-23)

⚠ BREAKING CHANGES

  • extend_to_end has been removed and replaced by extend_to with support for now and end.

Features

  • extend_to replaces extend_to_end with new options (4bb1dd2), closes #318
  • add state type to long term statistics (#329) (3fad4f0)
  • Apply a time_delta to all the datapoints of your serie (435e381), closes #277
  • display only the min or max extrema (3db982b), closes #319
  • follow Home Assistant number format (9204de2), closes #307
  • support actions on the title with title_actions (a9f406e), closes #323
  • Support for HA long-term statistics (#208) (29aaa7c), closes #308

Bug Fixes

  • last_updated date format was not following the configuration (3dd4904)
  • update_interval was broken (31d2fb7)
  • annotations with time were not following the time format configuration (5d08853)
  • another caching issue with statistics (b93ee75)
  • caching issue for statistics (8daff2f)
  • hidden by default would not work without a name (9c75ce8), closes #280
  • last caching issue with statistics (2e528f7)
  • median function fails if it receives an empty table (#316) (12f8d2e)
  • Support for fire-dom-event with browser-mod (3dc9625), closes #196
  • Update apexcharts.js to the the latest version (dd0bf6f)

2.0.0-dev.8 (2022-04-23)

Features

  • support actions on the title with title_actions (a9f406e), closes #323

2.0.0-dev.7 (2022-04-22)

Features

  • add state type to long term statistics (#329) (3fad4f0)

2.0.0-dev.6 (2022-04-22)

Bug Fixes

  • last caching issue with statistics (2e528f7)

2.0.0-dev.5 (2022-04-22)

Bug Fixes

  • another caching issue with statistics (b93ee75)

2.0.0-dev.4 (2022-04-22)

Bug Fixes

  • caching issue for statistics (8daff2f)

2.0.0-dev.3 (2022-04-22)

Features

2.0.0-dev.2 (2022-04-21)

Features

  • Apply a time_delta to all the datapoints of your serie (435e381), closes #277

2.0.0-dev.1 (2022-04-20)

⚠ BREAKING CHANGES

  • extend_to_end has been removed and replaced by extend_to with support for now and end.

Features

  • extend_to replaces extend_to_end with new options (4bb1dd2), closes #318

Bug Fixes

  • last_updated date format was not following the configuration (3dd4904)
  • annotations with time were not following the time format configuration (5d08853)
  • hidden by default would not work without a name (9c75ce8), closes #280

1.11.0-dev.1 (2022-04-09)

Features

  • display only the min or max extrema (3db982b), closes #319
  • follow Home Assistant number format (9204de2), closes #307

Bug Fixes

  • median function fails if it receives an empty table (#316) (12f8d2e)
  • Update apexcharts.js to the the latest version (dd0bf6f)

1.10.1-dev.2 (2021-11-04)

Bug Fixes

  • update_interval was broken (31d2fb7)

1.10.1-dev.1 (2021-10-24)

Bug Fixes

  • Support for fire-dom-event with browser-mod (3dc9625), closes #196

1.10.0 (2021-10-24)

Features

  • uses the time format defined in Home Assistant user profile (78df800), closes #213
  • yaxis: Align the extremas to the closest align_to value. (a46c812), closes #170
  • pie/donut now shows the value of the serie instead of the percentage. Old behavior with datalabels: percent (7591aba)
  • actions: header_actions support for actions in header (#171) (bd6a497), closes #61
  • display the chart's last update time using last_updated (2dd84ff)
  • yaxis: Set the number of decimals shown on the yaxis. Deprecate y_axis_precision. (33fc474), closes #164
  • update from lit-html/lit-element to lit (5a7d944)
  • yaxis: id and yaxis_id no longer needed with only 1 yaxis defined (e5e8904)

Bug Fixes

  • color_threshold would sometimes render weirdly (d7063a5), closes #177
  • extremas would not display with offset applied on series (4d7d77a), closes #177
  • Floats were not truncated properly for radialBar (0c789ff), closes #174
  • history data could be modified in some rare cases (d38fd6e)
  • Ignore recorder when not required (c28a7a6), closes #169
  • the hass object could sometimes be null (ff27baf), closes #191
  • When recorder was skipped, attributes were ignored (15e5372)
  • yaxis: auto scale was not taking the serie's offset into account (f82f7e0), closes #172
  • yaxis: Fixed + unfixed bounds on the same yaxis is now working (f7e4668)

Documentation

  • align_to description update (4471469)
  • Missing doc for last_updated (93ae54a)

1.10.0-dev.7 (2021-10-24)

Features

  • uses the time format defined in Home Assistant user profile (78df800), closes #213

Bug Fixes

  • history data could be modified in some rare cases (d38fd6e)
  • the hass object could sometimes be null (ff27baf), closes #191

1.10.0-dev.6 (2021-07-12)

Bug Fixes

  • extremas would not display with offset applied on series (4d7d77a), closes #177

1.10.0-dev.5 (2021-07-12)

Bug Fixes

  • color_threshold would sometimes render weirdly (d7063a5), closes #177
  • Floats were not truncated properly for radialBar (0c789ff), closes #174

Documentation

  • align_to description update (4471469)

1.10.0-dev.4 (2021-07-04)

Features

  • yaxis: Align the extremas to the closest align_to value. (a46c812), closes #170

1.10.0-dev.3 (2021-07-04)

Features

  • pie/donut now shows the value of the serie instead of the percentage. Old behavior with datalabels: percent (7591aba)

Bug Fixes

  • When recorder was skipped, attributes were ignored (15e5372)

1.10.0-dev.2 (2021-07-04)

Features

  • actions: header_actions support for actions in header (#171) (bd6a497), closes #61
  • display the chart's last update time using last_updated (2dd84ff)
  • yaxis: Set the number of decimals shown on the yaxis. Deprecate y_axis_precision. (33fc474), closes #164
  • update from lit-html/lit-element to lit (5a7d944)

Bug Fixes

  • Ignore recorder when not required (c28a7a6), closes #169
  • yaxis: auto scale was not taking the serie's offset into account (f82f7e0), closes #172

Documentation

  • Missing doc for last_updated (93ae54a)

1.10.0-dev.1 (2021-05-25)

Features

  • yaxis: id and yaxis_id no longer needed with only 1 yaxis defined (e5e8904)

1.9.1-dev.1 (2021-05-25)

Bug Fixes

  • yaxis: Fixed + unfixed bounds on the same yaxis is now working (f7e4668)

1.9.0 (2021-05-24)

Features

  • make datagenerator async (#157) (b9049fc)
  • Native multi y-axis support with auto-scale (#160) (e08aa14), closes #158
  • soft bounds and extended bounds for yaxis min/max (#161) (c57278b)
  • apex_config: Support for functions in apex_config (cebc03b), closes #81

Bug Fixes

  • always get all state changes, not only significant ones (3b2f9c8)
  • graph might be wrong when using attributes if value was 0 (e200323)
  • Support for custom views config parameters (view_layout) (76a8023)
  • yaxis would always start at 0 (50ef9e4), closes #158
  • group_by: group_by reporting erronerous values for the first bucket of data (8303b84), closes #110
  • group_by: When group_by was used with lines, the end of the chart was showing an empty slot (display bug only) (0163f9e)

1.9.0-dev.4 (2021-05-24)

Features

  • soft bounds and extended bounds for yaxis min/max (#161) (c57278b)

1.9.0-dev.3 (2021-05-24)

Bug Fixes

1.9.0-dev.2 (2021-05-24)

Features

Bug Fixes

  • Support for custom views config parameters (view_layout) (76a8023)

1.9.0-dev.1 (2021-03-21)

Features

  • apex_config: Support for functions in apex_config (cebc03b), closes #81

1.8.3-dev.3 (2021-03-21)

Bug Fixes

  • always get all state changes, not only significant ones (3b2f9c8)

1.8.3-dev.2 (2021-03-20)

Bug Fixes

  • group_by: group_by reporting erronerous values for the first bucket of data (8303b84), closes #110
  • group_by: When group_by was used with lines, the end of the chart was showing an empty slot (display bug only) (0163f9e)

1.8.3-dev.1 (2021-03-09)

Bug Fixes

  • graph might be wrong when using attributes if value was 0 (e200323)

1.8.2 (2021-03-06)

Bug Fixes

  • Chart not displayed properly or at all with layout-card (e5840fb), closes #121

1.8.1 (2021-03-04)

Bug Fixes

  • in_header: after/before_now not working with offsetted series (960b43c)

1.8.0 (2021-03-03)

Features

  • brush: Support for a timeframe selection chart (#102) (c8dedf7)
  • extremas: Display the time on top of your extremas (#97) (d127b37)
  • group_by: With start_with_last, each bucket will start with the last data from the previous bucket (8669411)
  • header: Standard header title home-assistant format using standard_format (35c5391), closes #35
  • series.show: Display the value before/after the current time in the header (2855403), closes #86
  • series.show: Hide the name of a serie in the header (b20133d), closes #111
  • series.show: Hide the offset from the name of the serie (a46c3f0), closes #112
  • span: Add support for isoWeek (7abc750), closes #106
  • Bring back hours_12 from the dead (676bdb7)

Bug Fixes

  • group_by would sometimes not work with data_generator (cfa6871)
  • header units for radialBar (6883a8f), closes #105
  • start_with_last: start_with_last would sometimes throw (f5aa2e3)
  • bug introduced by 591add (b9c9297)
  • Display non inverted numbers in legend/tooltip/datalabels when invert: true (331fe04), closes #96
  • extremas was not working with invert: true (4d06ef6), closes #96
  • Optimize extend_to_end when used with group_by (591add8)
  • Support for card-mod >= 3.0 (8348119), closes #104
  • extremas: Multi y-axis support (#98) (5c7d742), closes #89

1.8.0-dev.7 (2021-03-02)

Features

  • series.show: Hide the name of a serie in the header (b20133d), closes #111
  • series.show: Hide the offset from the name of the serie (a46c3f0), closes #112

1.8.0-dev.6 (2021-03-01)

Bug Fixes

1.8.0-dev.5 (2021-03-01)

Features

  • group_by: With start_with_last, each bucket will start with the last data from the previous bucket (8669411)
  • span: Add support for isoWeek (7abc750), closes #106

Bug Fixes

  • start_with_last: start_with_last would sometimes throw (f5aa2e3)
  • bug introduced by 591add (b9c9297)
  • Optimize extend_to_end when used with group_by (591add8)

1.8.0-dev.4 (2021-02-26)

Features

  • brush: Support for a timeframe selection chart (#102) (c8dedf7)
  • header: Standard header title home-assistant format using standard_format (35c5391), closes #35

Bug Fixes

1.8.0-dev.3 (2021-02-23)

Bug Fixes

  • Display non inverted numbers in legend/tooltip/datalabels when invert: true (331fe04), closes #96

1.8.0-dev.2 (2021-02-23)

Features

  • series.show: Display the value before/after the current time in the header (2855403), closes #86
  • Bring back hours_12 from the dead (676bdb7)

1.8.0-dev.1 (2021-02-18)

Features

  • extremas: Display the time on top of your extremas (#97) (d127b37)

Bug Fixes

  • extremas: Multi y-axis support (#98) (5c7d742), closes #89
  • extremas was not working with invert: true (4d06ef6), closes #96

1.7.1 (2021-02-17)

Bug Fixes

  • Disable support for colors with alpha channel (#91) (522363a), closes #90
  • color_threshold: Sometimes it would break the card (65b5419)

1.7.1-dev.2 (2021-02-16)

Bug Fixes

  • Disable support for colors with alpha channel (#91) (522363a), closes #90

1.7.1-dev.1 (2021-02-16)

Bug Fixes

  • color_threshold: Sometimes it would break the card (65b5419)

1.7.0 (2021-02-16)

Features

  • datalabels: Option to display total when chart is stacked (#75) (e1c5b01), closes #73
  • experimental: Header color can now follow color_threshold (#88) (074bfc3), closes #78
  • locale: Inherit locale from Home-Assistant, deprecate hours_12 (#70) (af2d201), closes #68
  • series.show: Display your serie's extremas on the chart (#85) (f64169a)
  • series.show: Option to show the raw data in the header (#76) (87b56f5), closes #69
  • transform: Provide the full state as entity to the function (#77) (9919c10), closes #71

Bug Fixes

  • config_templates: Was supposed to support a string (f36d9b1), closes #87
  • color with alpha would render area opaque (100b6d4)
  • Support for rgba colors (7ecfafd)
  • truncate floats in total datalabels (917a20a), closes #73
  • Wrong labels in tooltip in some cases (8f0aca1)

Documentation

  • Better info about month and year as offset units (c194f87), closes #65
  • config_templates: Fix wrong config example (ea1fef4)
  • Card is now available in HACS by default (1200abd)

1.7.0-dev.4 (2021-02-15)

Features

  • experimental: Header color can now follow color_threshold (#88) (074bfc3), closes #78

Bug Fixes

  • config_templates: Was supposed to support a string (f36d9b1), closes #87

Documentation

  • Better info about month and year as offset units (c194f87), closes #65

1.7.0-dev.3 (2021-02-15)

Features

  • series.show: Display your serie's extremas on the chart (#85) (f64169a)

Bug Fixes

  • color with alpha would render area opaque (100b6d4)
  • Support for rgba colors (7ecfafd)
  • truncate floats in total datalabels (917a20a), closes #73

1.7.0-dev.2 (2021-02-10)

Features

  • series.show: Option to show the raw data in the header (#76) (87b56f5), closes #69
  • transform: Provide the full state as entity to the function (#77) (9919c10), closes #71

Bug Fixes

  • Wrong labels in tooltip in some cases (8f0aca1)

1.7.0-dev.1 (2021-02-10)

Features

  • datalabels: Option to display total when chart is stacked (#75) (e1c5b01), closes #73
  • locale: Inherit locale from Home-Assistant, deprecate hours_12 (#70) (af2d201), closes #68

Documentation

  • config_templates: Fix wrong config example (ea1fef4)
  • Card is now available in HACS by default (1200abd)

1.6.0 (2021-02-08)

Features

  • config_tpl: Create a config template and use it everywhere with config_templates, apply the same config to every series with all_series_config and add color_list to define your color list in one shot (#64) (17004a3)
  • experimental: hidden_by_default to toggle series on load (#62) (63717b7), closes #60
  • series: Define the opacity of the line or area (8dfb3fd), closes #57
  • add stroke_width and experimental color_threshold/disable_config_validation (fcdfa88), closes #58

Bug Fixes

  • color_threshold: opacity for color_threshold (5a325f4)
  • func: median was sometimes wrong (c36dda7)

1.6.0-dev.2 (2021-02-08)

Features

  • config_tpl: Create a config template and use it everywhere with config_templates, apply the same config to every series with all_series_config and add color_list to define your color list in one shot (#64) (17004a3)
  • experimental: hidden_by_default to toggle series on load (#62) (63717b7), closes #60

1.6.0-dev.1 (2021-02-07)

Features

  • series: Define the opacity of the line or area (8dfb3fd), closes #57
  • add stroke_width and experimental color_threshold/disable_config_validation (fcdfa88), closes #58

Bug Fixes

  • color_threshold: opacity for color_threshold (5a325f4)
  • func: median was sometimes wrong (c36dda7)

1.5.0 (2021-02-04)

Features

  • series.show: Show/hide dataLabels per serie (9e28db3)
  • Support for 12-hour format (#55) (f38a18e), closes #48 #53
  • now: Add a marker at the current time on the chart (9b6b83d), closes #44
  • series: transform the data the way you want (#45) (1cb6bb5)
  • series: New fill_raw option to fill missing data in raw history (e2433b6)

Bug Fixes

  • dataLabels would not follow float_precision (cf9b63a), closes #54
  • Float were not displayed in non-timeline charts (e67d2d7), closes #42

Documentation

  • Fix HACS doc (not yet available by default) (53fece2)
  • Fix typo in doc (89ed3c5)
  • Missing link to the now section (9747257)

1.5.0-dev.4 (2021-02-04)

Features

Bug Fixes

  • dataLabels would not follow float_precision (cf9b63a), closes #54

Documentation

  • Missing link to the now section (9747257)

1.5.0-dev.3 (2021-02-03)

Features

  • now: Add a marker at the current time on the chart (9b6b83d), closes #44
  • series: transform the data the way you want (#45) (1cb6bb5)

Documentation

1.5.0-dev.2 (2021-02-03)

Bug Fixes

  • Float were not displayed in non-timeline charts (e67d2d7), closes #42

1.5.0-dev.1 (2021-02-03)

Features

  • series: New fill_raw option to fill missing data in raw history (e2433b6)

1.4.0 (2021-02-02)

Features

  • series: Show/Hide a specific serie from the header or the graph (#36) (95c0433)
  • Support for auto-entities (060e4c0)
  • editor: Preview in the GUI card selector (d4cd7a3)
  • graph: New chart types scatter, donut, pie and radialBar (#24) (a0e4f85)
  • group_by: Add new diff function (57fd6a6)
  • series: Retrieve an attribute of your entity instead of the state (#32) (b76bf16), closes #29

Bug Fixes

  • group_by was extending values into the future (2cb79d2)
  • Graph stopped updating following ddf6ca9 (bc54729)
  • Sometimes card would stay in warning mode (ddf6ca9)
  • Tooltip should not be in a fixed position (1762049)
  • func: Filter null values in diff (cfe736c)
  • header: Hide unit when as_duration is used (5686931)
  • header: State was sometimes multi-line (4187104)

Documentation

  • Add an example to change the line thickness (fd4a495)
  • Add more example (ffaa5df)
  • Fix error data_generator example (6d1c7a0), closes #34
  • Fix some typos (3df6aed)
  • Missing title documentation in the header section (ff7f35b)

1.4.0-dev.6 (2021-02-02)

Bug Fixes

  • group_by was extending values into the future (2cb79d2)
  • Tooltip should not be in a fixed position (1762049)

1.4.0-dev.5 (2021-02-01)

Features

  • series: Show/Hide a specific serie from the header or the graph (#36) (95c0433)

Bug Fixes

  • Graph stopped updating following ddf6ca9 (bc54729)
  • Sometimes card would stay in warning mode (ddf6ca9)

Documentation

  • Fix error data_generator example (6d1c7a0), closes #34

1.4.0-dev.4 (2021-02-01)

Features

  • Support for auto-entities (060e4c0)
  • series: Retrieve an attribute of your entity instead of the state (#32) (b76bf16), closes #29

Documentation

1.4.0-dev.3 (2021-01-31)

Bug Fixes

  • func: Filter null values in diff (cfe736c)

1.4.0-dev.2 (2021-01-31)

Features

  • editor: Preview in the GUI card selector (d4cd7a3)
  • group_by: Add new diff function (57fd6a6)

1.4.0-dev.1 (2021-01-30)

Features

  • graph: New chart types scatter, donut, pie and radialBar (#24) (a0e4f85)

Documentation

  • Add an example to change the line thickness (fd4a495)
  • Missing title documentation in the header section (ff7f35b)

1.3.1-dev.1 (2021-01-30)

Bug Fixes

  • header: Hide unit when as_duration is used (5686931)
  • header: State was sometimes multi-line (4187104)

1.3.0 (2021-01-30)

Features

  • series: Display values as a duration (#21) (227f0ea)
  • series: Hide the value of a serie in the legend (#22) (1e8f748), closes #20
  • series.offset: Compare data from another timeframe with the current timeframe (#19) (af8ba81), closes #18

Bug Fixes

  • config: style was not a valid config option (card-mod/picture-element) (0a38778), closes #15
  • header: Unit would sometimes be on a new line (92fad1b)
  • series.offset: Fix bug introduced by #19 (f5c0d57), closes #18
  • style: Better default styling of toolbar (4d0ef1c), closes #16

1.3.0-dev.3 (2021-01-30)

Features

  • series: Display values as a duration (#21) (227f0ea)
  • series: Hide the value of a serie in the legend (#22) (1e8f748), closes #20

Bug Fixes

  • header: Unit would sometimes be on a new line (92fad1b)

1.3.0-dev.2 (2021-01-29)

Bug Fixes

1.3.0-dev.1 (2021-01-29)

Features

  • series.offset: Compare data from another timeframe with the current timeframe (#19) (af8ba81), closes #18

1.2.1-dev.1 (2021-01-29)

Bug Fixes

  • config: style was not a valid config option (card-mod/picture-element) (0a38778), closes #15
  • style: Better default styling of toolbar (4d0ef1c), closes #16

1.2.0 (2021-01-28)

Features

  • Define your own float precision for legend, tooltip and Y axis (7b0f30f)
  • cache: Invalidate cache on every new card version (#12) (b1799d9)
  • data_generator: Build your own data based on the last state and attributes of your entity (#14) (18284b5), closes #6
  • invert: Negates/Inverts the data for a serie (#13) (ab793c5)
  • span: Add end as an option to end the graph at the end of the day, minute, etc... (#11) (1d0aca8)
  • span: Display the graph from the start of the hour, day, month,… with an offset or not (#10) (bb6e88c)

Bug Fixes

  • xasis: Better handling of graph end time if everything is column and group_by is enabled (b5b85a6)
  • yaxis: apex_config.yaxis was not taken into account properly (ce04230)
  • Sometimes the graph was empty when changing tabs (9232044)
  • legend: undefined was displayed for a hidden serie (352c016)
  • Get rid of the initial load delay (69f151b)
  • colorize_states: Parameter was not applied (28bb2e2)
  • datalabels: Truncate floats to 1 digit after the decimal point (f5f744f)

1.2.0-dev.6 (2021-01-28)

Features

  • Define your own float precision for legend, tooltip and Y axis (7b0f30f)

Bug Fixes

  • xasis: Better handling of graph end time if everything is column and group_by is enabled (b5b85a6)

1.2.0-dev.5 (2021-01-27)

Bug Fixes

  • yaxis: apex_config.yaxis was not taken into account properly (ce04230)
  • Sometimes the graph was empty when changing tabs (9232044)

1.2.0-dev.4 (2021-01-27)

Features

  • data_generator: Build your own data based on the last state and attributes of your entity (#14) (18284b5), closes #6

Bug Fixes

  • legend: undefined was displayed for a hidden serie (352c016)
  • Get rid of the initial load delay (69f151b)

1.2.0-dev.3 (2021-01-27)

Features

  • invert: Negates/Inverts the data for a serie (#13) (ab793c5)

1.2.0-dev.2 (2021-01-27)

Features

  • cache: Invalidate cache on every new card version (#12) (b1799d9)
  • span: Add end as an option to end the graph at the end of the day, minute, etc... (#11) (1d0aca8)

Bug Fixes

  • colorize_states: Parameter was not applied (28bb2e2)
  • datalabels: Truncate floats to 1 digit after the decimal point (f5f744f)

1.2.0-dev.1 (2021-01-27)

Features

  • span: Display the graph from the start of the hour, day, month,… with an offset or not (#10) (bb6e88c)

1.1.0 (2021-01-26)

⚠ BREAKING CHANGES

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours.

Features

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours. (e7ed408)
  • color: Define your own color option for each serie (#7) (3a15db2), closes #4
  • header: More header options and title support (#8) (2cbd769), closes #5
  • Add update_interval config option (357db9a), closes #2

Bug Fixes

  • tooltip: Values where following the selected point (0145ca2)
  • Error was not displayed if duration couldn't be parsed (2e2212f)
  • Name and units displayed (fe5526b)

Documentation

  • Add examples and fix documentation (c71b76a)
  • Fix typos and broken links (7789b8f)

Chores

  • changelog: Add doc and chores sections (58d7f5f)
  • release: 1.1.0-dev.1 [skip ci] (e15f7b9), closes #2
  • release: 1.1.0-dev.2 [skip ci] (f01afd7), closes #4 #5

1.1.0-dev.2 (2021-01-26)

⚠ BREAKING CHANGES

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours.

Features

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours. (e7ed408)
  • color: Define your own color option for each serie (#7) (3a15db2), closes #4
  • header: More header options and title support (#8) (2cbd769), closes #5

Bug Fixes

  • tooltip: Values where following the selected point (0145ca2)

1.1.0-dev.1 (2021-01-25)

Features

  • Add update_interval config option (357db9a), closes #2

Bug Fixes

  • Error was not displayed if duration couldn't be parsed (2e2212f)
  • Name and units displayed (fe5526b)

Documentation

  • Add examples and fix documentation (c71b76a)
  • Fix typos and broken links (7789b8f)

Chores

  • changelog: Add doc and chores sections (58d7f5f)

1.0.2 (2021-01-25)

Bug Fixes

1.0.1 (2021-01-25)

Bug Fixes

1.0.0 (2021-01-25)

Bug Fixes

  • 1st color was not using transparency (77a9c8d)
  • legend: Change - to : between name and state (4e3cdc6)
  • Last computed history data shouldn't be null (ec875d5)
  • axis: X and Y Axis Tooltip color matches theme (fb717ef)
  • build: Missing dependancy (7d7d637)
  • build: Remove comments from build (268ef77)
  • graph: Loading message didn't appear (ce3c45c)
  • graph: Not displaying the latest state in graph (280e328)
  • tooltip: Use colors from the theme (5c263f1)

Features

  • Add delta and median function (4a77e55)
  • Better cache handling (#1) (804415f)
  • group_by: Add more functions and fix buckets (c7324e0)
  • Add spinner while data is loading (39d4b8e)
  • Display warning if sensor doesn't exist (a69df3d)
  • Floating header (1eccee8)
  • Initial support for aggregating data (13dfd89)
  • Show value in legend (869a7f8)
  • Support for all ApexCharts options (03efa8d)
  • Support for header (c5a8ee2)
  • card: Support for pre-defined layouts (c5987f8)
  • graph: Extends graph's last value to the current time (bfe64c5)