ApexChart without legend

Hi All,
Just started working with apexcharts. Amazing.
But one question: how can I hide the legend. Tried

legend:
  show: false

but that’s not accepted

I think you have to put under the apex_config: section

  - type: custom:apexcharts-card
    apex_config:
      legend:
        show: false

https://apexcharts.com/docs/options/legend/

9 Likes

Yeah, thx, You’re right, I had the wrong indentation… :upside_down_face: