-
Notifications
You must be signed in to change notification settings - Fork 88
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
Shared tooltip only works until first refresh #821
Comments
I have the same problem. The UI editor shows all time-series in the tool tip. after refreshing the page all drops back to standaard behavior, which is single nearest to the cursor time-series in the tooltip. Browsers used: OS used: I redownloaded (latest version = 2.1.2) and reloaded the integration. > no difference in behavior. Emptying the browser cache via the development menu doesn't bring back the all time-series behavior, which feels a bit like initialization(over writing?), race condition after performing all of the above I found this in my system log of which I am not sure if this is related. I the front end didd not show any errors while editing the graphs in that period. Looks like a mismatch between versions of the wrapper and the counterpart. Logger: frontend.js.modern.202411278 Uncaught error from Safari 18.2 on Mac OS 10.15.7 TypeError: b is not a function. (In 'b({ctx:this.ctx,series:n.globals.series,seriesIndex:t,dataPointIndex:o,y1:i,y2:a,w:n})', 'b' is "undefined") value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1220304) value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1213010) value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1254159) value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1251103) value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1250619) value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1248639) value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1247301) value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1246759) value (/hacsfiles/apexcharts-card/apexcharts-card.js:1:1245995) |
Checklist
Describe the bug
I have some temperature sensors that I want to display on a graph. On mouseover, I want to see all the values for the selected time in the tooltip. However, this only works until the next auto-refresh. After that, only one value is shown in the tooltip.
This issue only occurs in live mode. When I switch to edit mode, everything works as expected, even after new values are loaded.
Once it breaks in live mode, it remains broken in live mode until I delete the website data. In edit mode, however, it continues to work without any issues.
Version of the card
Version: 2.1.2, also tested with 2.0.4, same result
To Reproduce
This is the configuration I used:
Screenshots
After it breaks:
In Editmode:
Desktop
Smartphone
The text was updated successfully, but these errors were encountered: