We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist
Describe the bug The minimal layout seem broken when a yaxis min/max is specified
Version of the card Version: v2.1.2
To Reproduce This is the configuration I used:
type: custom:apexcharts-card layout: minimal graph_span: 24h yaxis: - opposite: true min: 8 max: 12 series: - entity: sensor.lavino_di_sopra_water_level type: line color: steelblue
Screenshots
Expected behavior The graph should not be offsetted and cutted
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Adding this to the configuration seem to fix the issue:
apex_config: chart: offsetY: -8
Sorry, something went wrong.
No branches or pull requests
Checklist
Describe the bug
The minimal layout seem broken when a yaxis min/max is specified
Version of the card
Version: v2.1.2
To Reproduce
This is the configuration I used:
Screenshots
Expected behavior
The graph should not be offsetted and cutted
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: