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
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
Yeah, thx, You’re right, I had the wrong indentation…