Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:apexcharts-card
- experimental:
- color_threshold: true
- apex_config:
- grid:
- show: false
- chart:
- animations:
- enabled: false
- height: 210
- dropShadow:
- enabled: true
- blur: 3
- opacity: 0.35
- background: transparent
- plotOptions:
- bar:
- columnWidth: 50%
- header:
- show: true
- show_states: true
- colorize_states: true
- standard_format: true
- graph_span: 10d
- span:
- end: day
- series:
- - entity: sensor.energy_monitor_123_1d
- type: column
- name: Daily Power Usage (10 days)
- color: "#6A6F99"
- opacity: 0.9
- group_by:
- func: last
- duration: 1d
- fill: zero
- show:
- header_color_threshold: true
- extremas: false
- datalabels: true
- all_series_config:
- stroke_width: 2
- opacity: 0.9
- card_mod:
- style: |
- ha-card {
- background: transparent;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement