Advertisement
RichardHA

Apex chart Single value

May 5th, 2022
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.53 KB | None | 0 0
  1. type: custom:apexcharts-card
  2. apex_config:
  3.   chart:
  4.     height: 250px
  5. experimental:
  6.   color_threshold: true
  7. graph_span: 1h
  8. header:
  9.   show: true
  10.   title: Integral change
  11.   show_states: true
  12.   colorize_states: false
  13. yaxis:
  14.   - decimals: 2
  15. series:
  16.   - entity: sensor.integral_change_roomtemp
  17.     yaxis_id: first
  18.     unit: C/h
  19.     color: red
  20.     stroke_width: 1
  21.     type: area
  22.     extend_to: now
  23.     color_threshold:
  24.       - value: 0
  25.         color: orange
  26.     show:
  27.       name_in_header: false
  28.     float_precision: 2
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement