#Apex-Charts hide Y-axis dashes?
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Is there a way to hide the horizontal Y-axis dashes without going to minimal layout?
Docs ref: https://github.com/RomRider/apexcharts-card?tab=readme-ov-file
try adding this to the yaml:
yaxis:
- apex_config:
tickAmount: 0
apex_config:
grid:
show: false