Untitled

 avatar
unknown
plain_text
2 years ago
679 B
4
Indexable
type: custom:apexcharts-card
graph_span: 7d
span:
  end: day
header:
  show: true
  title: Spotreba vody za 7 dní
apex_config:
  chart:
    type: area
    height: 250
  stroke:
    show: true
    width: 2
    curve: smooth
  legend:
    show: true
  dataLabels:
    enabled: true
  fill:
    type: gradient
    gradient:
      shadeIntensity: 0.1
      opacityFrom: 0.25
      opacityTo: 1
      inverseColors: true
      stops:
        - 0
        - 90
        - 100
series:
  - color: rgb(21,102,206)
    entity: sensor.voda_den
    name: Spotreba vody
    float_precision: 0
    type: column
    group_by:
      func: max
      duration: 24h
    show:
      datalabels: true
Editor is loading...
Leave a Comment