Replies: 4 comments 1 reply
|
So when I use the following the card height it changes as I was expecting... I've tried everything with width but the card never gets wider. |
0 replies
|
Adjusting the lovelace card's width itself works for me: grid_options:
columns: 24So in your case this should work: type: custom:apexcharts-card
graph_span: 2h
header:
show: true
title: Sensor Trend
show_states: false
colorize_states: true
apex_config:
chart:
height: 400
yaxis:
opposite: true
series:
- entity: sensor.thp_3c722f_tavg
stroke_width: 1
- entity: sensor.rtd_s2_ch1_eu
stroke_width: 1
grid_options:
columns: 24
|
0 replies
|
@suurt8ll, I posted a solution here: #736 (comment) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have successfully created a apex chart within home assistant using the following code...
When I change the chart width within apex_config it changes trend width.
How do I change the width of the CARD not the Trend?
I have been looking for many days and hours and can find nothing.
Thanks for any help...
John
All reactions