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

Less than 12p predictions on Apexchart unreadable #3

Open
prestonsmartuk opened this issue Jul 13, 2024 · 4 comments
Open

Less than 12p predictions on Apexchart unreadable #3

prestonsmartuk opened this issue Jul 13, 2024 · 4 comments

Comments

@prestonsmartuk
Copy link

Hi,

Recent update to Apexchart has made your Yaml configuration predictions unreadable if less than 12p. You now cannot hover over that time section to understand the price prediction.

See screenshot below and red line.

Screenshot 2024-07-13 at 14 21 52
@heisenberg2980
Copy link

Same issue here.

@fboundy is there any parameter or option we have missed to avoid this issue?

@alfwro13
Copy link

alfwro13 commented Oct 7, 2024

I had the same issue so I manually specified the bottom range (min: -2) :

type: custom:apexcharts-card
apex_config: null
header:
  show: true
  show_states: true
  colorize_states: true
graph_span: 7d
yaxis:
  - id: price
    min: -2
[rest of the code]

@zbb67
Copy link

zbb67 commented Oct 7, 2024

I had the same issue so I manually specified the bottom range (min: -2) :

Thanks, that's done the trick. I thought there must be a parameter to specify but never got around to digging it out - the ApexChartCard is capable but quite complex (for me).

Thanks again.

@heisenberg2980
Copy link

@alfwro13 Yes, that´s it!! Thank you very much for sharing.

@prestonsmartuk you may want to close this issue as #3 (comment) is the solution to this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants