Graph is not showing in Lovelace 0.115
See original GitHub issueHi guys,
After the update to 0.115, the graph in the card stopped working. Does this happen to anyone else? This is the result:
The only error I have is the below:
ncaught (in promise) TypeError: Cannot read property 'language' of undefined
at HTMLElement._formatTickValue (chunk.93de88efd85a8b7b4ec4.js:26957)
at Object.tickFormatFunction (chunk.d9cbf2fe4e32a009641f.js:1)
at Object.convertTicksToLabels (chunk.d9cbf2fe4e32a009641f.js:1)
at Object.update (chunk.d9cbf2fe4e32a009641f.js:1)
at Object.update (chunk.d9cbf2fe4e32a009641f.js:1)
at chunk.d9cbf2fe4e32a009641f.js:1
at Object.each (chunk.d9cbf2fe4e32a009641f.js:1)
at Object.update (chunk.d9cbf2fe4e32a009641f.js:1)
at tn.updateLayout (chunk.d9cbf2fe4e32a009641f.js:1)
at tn.update (chunk.d9cbf2fe4e32a009641f.js:1)
And this is my card config:
current: true
details: true
entity: weather.dark_sky
forecast: true
graph: true
hide_precipitation: true
name: Lisbon
type: 'custom:weather-card'
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Graph is not showing in Lovelace 0.115 · Issue #42 - GitHub
Hi guys,. After the update to 0.115, the graph in the card stopped working. Does this happen to anyone else? This is the...
Read more >Lovelace: mini graph card - Dashboards & Frontend
“Graph is not displayed” - means: ... I'm experimenting a strange issue since the upgrade to Core 0.116.4 (from 0.115.x) and python 3.8.6....
Read more >no plot on simple XY graph - (not the express ... - NI Community
Solved: I am using simple xy graph. No plot is seen however the scales are changing while run showing that its plotting but...
Read more >HA does not see mini-graph-card after install : r/homeassistant
I installed the Mini-graph-card form HACS, modified the config.yaml file, and restarted HA. However, when I go to dashboard edit and add a ......
Read more >Neurochemical correlates of rapid treatment response to ...
Results from follow-up analyses to determine normalization of metabolite concentrations with ECT by comparing T3 and C1 values are not shown.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like that error is unrelated, I was digging through the HA git history and found a fix courtesy of @fancygaphtrn by making the following addition in the source js file.
Link to the breaking change
Submitted the needed changes to this repo in PR#43.