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 goes out of bound #864

Open
4 tasks done
SiriosDev opened this issue Feb 9, 2025 · 0 comments
Open
4 tasks done

Graph goes out of bound #864

SiriosDev opened this issue Feb 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@SiriosDev
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 (if it exists I can't find it after 30 minutes of searching)

Describe the bug
The graph goes beyond the limits of the card

Version of the card
Version: 2.1.2

To Reproduce
This is the configuration I used:

type: custom:apexcharts-card
chart_type: radialBar
layout: minimal
series:
  - entity: sensor.ha_processor_use
    color_threshold:
      - value: 0
        color: "#43a047"
      - value: 65
        color: "#ffa600"
      - value: 85
        color: "#db4437"
    name: " "
    show:
      header_color_threshold: true
      extremas: true
header:
  show: true
  title: Utilizzo del Processore
  show_states: true
  colorize_states: true
experimental:
  color_threshold: true
apex_config:
  plotOptions:
    radialBar:
      offsetY: -20
      startAngle: -120
      endAngle: 120
      dataLabels:
        name:
          show: false
        value:
          show: false
  legend:
    show: false

Screenshots

Image

Desktop (please complete the following information):

  • Browser: chrome
  • Version 132.0.6834.160
@SiriosDev SiriosDev added the bug Something isn't working label Feb 9, 2025
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