Any way I can reduce the size of a chart ? #564
Unanswered
StorageGuru
asked this question in
Q&A
Replies: 1 comment
-
You can try something like this: apex_config: I only set the height so the width can adapt to screen size. |
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
-
I have a simple pie chart but is appears quite large. Any way I can reduce the size ? The following style section does not throw and arrow but also has no effect on the displayed size:
`type: custom:apexcharts-card
chart_type: pie
style: |
ha-card {
width: 200px;
height: 30px;
}
series:
name: Energie Bezug Total
group_by:
func: sum
duration: 1d
color: red
name: Energie Einspeisung Total
group_by:
func: sum
duration: 1d
color: green
`
Beta Was this translation helpful? Give feedback.
All reactions