Replies: 1 comment
-
I think what you are experiencing is is similar to what I had: #144 (comment) No solution for it though, I just live with it for now. |
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've been using apexcharts to plot some information, it's great! but I seem to be encountering some bug? Attached is two figures, one when I'm trying to edit the card (looks great), and one when I'm not editing the card (looks weird). I'm trying to stack the lines.
Can anyone help me find what the problem is? cheers, -yw
The card specs is as follows:
`type: custom:apexcharts-card
graph_span: 4h
header:
show: true
title: Heat demand
show_states: true
colorize_states: true
apex_config:
legend:
show: false
stacked: true
all_series_config:
stroke_width: 2
group_by:
func: avg
duration: 5min
fill_raw: last
series:
name: kitchen
color: dark-grey
name: ground_zero
color: grey
name: office
color: "#6100F2"
name: tv_room
color: "#F2C509"
name: music_room
color: "#00A99D"
name: studio
color: orange
name: family_bath
color: turquoise
name: landing
color: grey
name: library
color: "#00A99D"
name: qq_room
color: green
name: pp_room
color: blue
name: momo_room
color: "#F7965A"
name: tip_top
color: "#B6321C"
name: top_bath
color: "#B6321C"
name: top_garden
color: "#B6321C"
`
Beta Was this translation helpful? Give feedback.
All reactions