Y-axis caption for ApexCharts

I’m trying to create my first ApexChart that I installed via HACS.

I’d like to add captions to the 2 y axes but I can’t seem to figure out how to do this.

image

type: custom:apexcharts-card
graph_span: 24h
update_interval: 30s
yaxis:
  - id: temperature
    opposite: false
    min: -10
    max: 40
    show: true
    decimals: 0
  - id: energy
    opposite: true
    min: 0
    show: true
    decimals: 0
all_series_config:
  stroke_width: 1
series:
  - entity: sensor.motion_haustur_temperature
    name: Temperature
    type: line
    yaxis_id: temperature
    color: "#FF0000"
  - entity: sensor.altherma_climatecontrol_heating_daily_electrical_consumption
    name: Heizung
    type: line
    yaxis_id: energy
    color: "#87CEEB"
  - entity: sensor.tibber_accumulated_consumption
    name: Strom gesamt
    type: line
    yaxis_id: energy
    color: "#0000FF"

any ideas?
Note: This is my first post here - If is the wrong board, pls tell me where to ask this kind of question

thx,

This is a dedicated thread, may be you will get answers faster

1 Like