pmgsrosa
(Pedro Rosa)
1
Hi there,
Two doubts about apexcharts that probably someone can help me: (BTW to the author: it’s awesome!)
- Is there a way to change this font size? (not legend or values inside the pie chart):
- Is there a way, in apex_config, to make a mandatory line in y=0 and configure that line (thikness, etc)
Thanks.
tsl_muc
(Thomas Schilling)
2
you can do this via card-mod (install it via HACS). It adds CSS-options to all lovelace cards!
Thanks, can u share code example how to solv it with card mod?
tsl_muc
(Thomas Schilling)
4
here an example:
card_mod:
style: |
ha-card {
font-size: 12px;
}
div#header__title {
text-align: left;
}
div#header__states {
justify-content: flex-start;
font-size: 9px;
text-align: left;
}