Is there possibility to set energy-solar-graph card height? It is set by ha-card
and canvas
selectors but I am only able to style ha-card
(what impact on card background only)
canvas {
max-height: var(--chart-max-height, 120px) !important;
}
do not work.
Any idea?