Skip to content
New issue

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

Graph is cut off on the right in edit mode #879

Open
4 tasks done
thomasheidenreich opened this issue Mar 9, 2025 · 1 comment
Open
4 tasks done

Graph is cut off on the right in edit mode #879

thomasheidenreich opened this issue Mar 9, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@thomasheidenreich
Copy link

Checklist

  • I updated the card to the latest version available
  • I cleared the cache of my browser
  • I verified that I'm really running the lastest version in my browser console
  • I checked if there is another issue opened with the same problem

Describe the bug
The graph card is cut off in edit/preview mode - see screenshot

Version of the card
Version:

To Reproduce
This is the configuration I used:

type: custom:apexcharts-card
header:
  show: true
  title: Boot Luftfeuchtigkeit
  show_states: true
  colorize_states: false
all_series_config:
  stroke_width: 0
  show:
    extremas: true
experimental:
  color_threshold: true
  brush: true
graph_span: 24h
brush:
  selection_span: 6h
series:
  - entity: sensor.shelly_h_t_68169d_humidity
    name: Motorraum
    type: area
    show:
      in_brush: true
    color_threshold:
      - value: 20
        color: red
      - value: 30
        color: orange
      - value: 40
        color: yellow
      - value: 60
        color: green
      - value: 70
        color: yellow
      - value: 70
        color: orange
      - value: 90
        color: red
yaxis:
  - min: 0
    max: 100

Screenshots

Image

Image

Expected behavior
The graph should not be cut off on the right in edit mode - the preview should look lioke the final result.

Desktop (please complete the following information):

  • Browser: Chrome
  • Version: 133
@thomasheidenreich thomasheidenreich added the bug Something isn't working label Mar 9, 2025
@thomasheidenreich
Copy link
Author

When using 4 sections the graph is also cut off in the normal view :(

3 Sections
Image

4 Sections

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant