Releases: RomRider/apexcharts-card
Releases · RomRider/apexcharts-card
v1.6.0-dev.1
1.6.0-dev.1 (2021-02-07)
Features
- series: Define the
opacityof the line or area (8dfb3fd), closes #57 - add stroke_width and experimental color_threshold/disable_config_validation (fcdfa88), closes #58
Bug Fixes
v1.5.0
1.5.0 (2021-02-04)
Informations
transformwill allow you to assign any type of entities in the chart, for eg.binary_sensorsorswitches🎉⚠️ People using:Will have to use theapex_config: dataLabels: enabled: true
series.show.datalabelsinstead:series: - entity: sensor.my_sensor show: datalabels: true
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:
transformthe data the way you want (#45) (1cb6bb5) - series: New
fill_rawoption 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
v1.5.0-dev.4
v1.5.0-dev.3
v1.5.0-dev.2
1.5.0-dev.2 (2021-02-03)
Bug Fixes
v1.5.0-dev.1
1.5.0-dev.1 (2021-02-03)
Features
- series: New
fill_rawoption to fill missing data in raw history (e2433b6)
v1.4.0
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,pieandradialBar(#24) (a0e4f85) - group_by: Add new
difffunction (57fd6a6) - series: Retrieve an attribute of your entity instead of the state (#32) (b76bf16), closes #29
Bug Fixes
group_bywas 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
nullvalues indiff(cfe736c) - header: Hide unit when
as_durationis used (5686931) - header: State was sometimes multi-line (4187104)