-
Notifications
You must be signed in to change notification settings - Fork 18
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
Does not render in Chrome #1
Comments
Hey cheers! Will look into these browsers and why, very odd. |
Hello Luke, I was able to reproduce the rendering errror in Chrome. Chrome version : 80.0.3987.149 ( currently latest version) |
the same is occurring on Firefox! |
If you go right click "Inspect" are you able to share any issues that pop up in the console? (Not having any of these issues on the same browser) |
Getting same issue, no errors in Console, but noticed the height is set to 0 Manually changing to 100% I can then see the chart NOTE: I am using lovelace-card-tools - not sure if this has any impact? |
Same problem for me Safari works, iOS works, Chrome, Firefox on the desktop does not Is this helpful?
|
This quick-fix seems to work for now: - type: 'custom:buien-rain-forecast'
long: 4.8945
lat: 52.3667
lineColor: 'rgba(89, 160, 238, 1)'
fillColor: 'rgba(89, 160, 238, 0.2)'
update_interval: 10
icon: 'mdi:weather-rainy'
style: |
.chartjs-render-monitor {
height: 200px;
} |
Thanks, nice idea, and it works great on my Android phone. Not on Chrome or the new Edge on Windows. (Works on the old Edge).
The text was updated successfully, but these errors were encountered: