Replies: 1 comment
-
I tried series:
but that doesn't work... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a diagram with three values (temperature, pressure and CO2 min g/l) and three Yaxis labels. I would love to color the y axises according to the diagram colors so it is possible toi see which y axis belongs to which line. Is that possible?
YAML-Code:
type: custom:apexcharts-card
header:
show: true
title: Flaschengärung iBottle 1
show_states: true
colorize_states: true
yaxis:
decimals: 0
min: 0
max: 30
decimals: 1
min: 0
max: 5
opposite: true
decimals: 2
min: 0
max: 8
graph_span: 1d
series:
yaxis_id: druck
color: blue
stroke_width: 3
yaxis_id: temp
color: red
stroke_width: 3
yaxis_id: co2
color: black
stroke_width: 3
Beta Was this translation helpful? Give feedback.
All reactions