We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist
Describe the bug
if you use
show: extremas: true
then it will ignore always the first shown bar, when doint its stuff for the "extremas" feature
Version of the card Version: 2.1.2
To Reproduce This is the configuration I used:
`` type: custom:apexcharts-card update_interval: 1d cache: true show: loading: true last_updated: true header: show: true title: Max of the last 7days show_states: true graph_span: 7d series:
Screenshots
Expected behavior also the first shown bar should be considered with extremas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Describe the bug
if you use
then it will ignore always the first shown bar, when doint its stuff for the "extremas" feature
Version of the card
Version: 2.1.2
To Reproduce
This is the configuration I used:
``
type: custom:apexcharts-card
update_interval: 1d
cache: true
show:
loading: true
last_updated: true
header:
show: true
title: Max of the last 7days
show_states: true
graph_span: 7d
series:
type: column
group_by:
func: max
duration: 1d
statistics:
type: state
period: day
show:
legend_value: true
extremas: true
``
Screenshots
Expected behavior
also the first shown bar should be considered with extremas
The text was updated successfully, but these errors were encountered: