You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ X] I updated the card to the latest version available
[ X] I cleared the cache of my browser
[ X] I verified that I'm really running the lastest version in my browser console
[ X] I checked if there is another issue opened with the same problem
Describe the bug
usually the max or min value is shown above the bar, but if you use
show:
extremas: true
together with
...
invert: true
...
then the min or max value is shown directly ON the bar
Version of the card
Version: 2.1.2
To Reproduce
This is the configuration I used:
``
type: custom:apexcharts-card
update_interval: 1d
cache: false
show:
loading: true
last_updated: true
header:
show: true
title: plus and minus Max of the last 7days
show_states: false
graph_span: 7d
series:
entity: sensor.powerplus
offset: -1day
type: column
name: powerplus
color: rgb(255, 215, 0)
opacity: 0.9
group_by:
func: max
duration: 1d
statistics:
type: state
period: day
show:
extremas: true
entity: sensor.powerminus
offset: -1day
invert: true
type: column
name: powerminus
color: rgb(255, 69, 0)
opacity: 0.9
group_by:
func: max
duration: 1d
statistics:
type: state
period: day
show:
extremas: true
``
Screenshots
Expected behavior
if you use "inverted" or have values below zero, the valuebox should be shown below the bar, not ON the bar
The text was updated successfully, but these errors were encountered:
Checklist
Describe the bug
usually the max or min value is shown above the bar, but if you use
together with
...
invert: true
...
then the min or max value is shown directly ON the bar
Version of the card
Version: 2.1.2
To Reproduce
This is the configuration I used:
``
type: custom:apexcharts-card
update_interval: 1d
cache: false
show:
loading: true
last_updated: true
header:
show: true
title: plus and minus Max of the last 7days
show_states: false
graph_span: 7d
series:
offset: -1day
type: column
name: powerplus
color: rgb(255, 215, 0)
opacity: 0.9
group_by:
func: max
duration: 1d
statistics:
type: state
period: day
show:
extremas: true
offset: -1day
invert: true
type: column
name: powerminus
color: rgb(255, 69, 0)
opacity: 0.9
group_by:
func: max
duration: 1d
statistics:
type: state
period: day
show:
extremas: true
``
Screenshots
Expected behavior
if you use "inverted" or have values below zero, the valuebox should be shown below the bar, not ON the bar
The text was updated successfully, but these errors were encountered: