Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 106238

Y-axis caption for ApexCharts

$
0
0

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,

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 106238

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>