1)Font size on Apexharts pie chart states; 2) axis style on column/line grahs

Hi there,

Two doubts about apexcharts that probably someone can help me: (BTW to the author: it’s awesome!)

  1. Is there a way to change this font size? (not legend or values inside the pie chart):

  1. Is there a way, in apex_config, to make a mandatory line in y=0 and configure that line (thikness, etc)

Thanks.

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?

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;
    }