Releases: lobodart/apexcharts-card
Releases · lobodart/apexcharts-card
v1.0.0
1.0.0 (2022-09-26)
⚠ BREAKING CHANGES
extend_to_end
has been removed and replaced byextend_to
with support fornow
andend
.- Replace
hours_to_show
withgraph_span
. Takes a time string instead of a number of hours.
Features
extend_to
replacesextend_to_end
with new options (4bb1dd2), closes #318- actions:
header_actions
support for actions in header (#171) (bd6a497), closes #61 - Add
update_interval
config option (357db9a), closes #2 - Add delta and median function (4a77e55)
- Add spinner while data is loading (39d4b8e)
- add state type to long term statistics (#329) (3fad4f0)
- add stroke_width and experimental color_threshold/disable_config_validation (fcdfa88), closes #58
- apex_config: Support for functions in
apex_config
(cebc03b), closes #81 - Apply a
time_delta
to all the datapoints of your serie (435e381), closes #277 - Better cache handling (#1) (804415f)
- Bring back
hours_12
from the dead (676bdb7) - brush: Support for a timeframe selection chart (#102) (c8dedf7)
- cache: Invalidate cache on every new card version (#12) (b1799d9)
- card: Support for pre-defined layouts (c5987f8)
- color: Define your own
color
option for eachserie
(#7) (3a15db2), closes #4 - config_tpl: Create a config template and use it everywhere with
config_templates
, apply the same config to every series withall_series_config
and addcolor_list
to define your color list in one shot (#64) (17004a3) - data_generator: Build your own data based on the last state and attributes of your entity (#14) (18284b5), closes #6
- datalabels: Option to display total when chart is stacked (#75) (e1c5b01), closes #73
- Define your own float precision for legend, tooltip and Y axis (7b0f30f)
- display only the min or max extrema (3db982b), closes #319
- display the chart's last update time using
last_updated
(2dd84ff) - Display warning if sensor doesn't exist (a69df3d)
- editor: Preview in the GUI card selector (d4cd7a3)
- experimental:
hidden_by_default
to toggle series on load (#62) (63717b7), closes #60 - experimental: Header color can now follow
color_threshold
(#88) (074bfc3), closes #78 - extremas: Display the time on top of your extremas (#97) (d127b37)
- Floating header (1eccee8)
- follow Home Assistant number format (9204de2), closes #307
- graph: Extends graph's last value to the current time (bfe64c5)
- graph: New chart types
scatter
,donut
,pie
andradialBar
(#24) (a0e4f85) - group_by: Add more functions and fix buckets (c7324e0)
- group_by: Add new
diff
function (57fd6a6) - group_by: With
start_with_last
, each bucket will start with the last data from the previous bucket (8669411) - header: More header options and title support (#8) (2cbd769), closes #5
- header: Standard header title home-assistant format using
standard_format
(35c5391), closes #35 - Initial support for aggregating data (13dfd89)
- invert: Negates/Inverts the data for a serie (#13) (ab793c5)
- locale: Inherit locale from Home-Assistant, deprecate
hours_12
(#70) (af2d201), closes #68 - make datagenerator async (#157) (b9049fc)
- Native multi y-axis support with auto-scale (#160) (e08aa14), closes #158
- now: Add a marker at the current time on the chart (9b6b83d), closes #44
- pie/donut now shows the value of the serie instead of the percentage. Old behavior with
datalabels: percent
(7591aba) - Replace
hours_to_show
withgraph_span
. Takes a time string instead of a number of hours. (e7ed408) - series.offset: Compare data from another timeframe with the current timeframe (#19) (af8ba81), closes [RomRider#18](https://github...