Add entity:
in front of the entity Id. It should be either a string or a object, not a combination.
Everything that you can do in YAML mode works in the UI editor. There is no functional difference.
Add entity:
in front of the entity Id. It should be either a string or a object, not a combination.
Everything that you can do in YAML mode works in the UI editor. There is no functional difference.
That did the trick. Thanks.
Now weâre in browser cross compatibility hell
The card works perfect in Firefox (64.0.2 64-bits) but it doesnât work in Chrome (71.0.3578.98 64-bits) on my windows desktop.
It also doesât work in Chrome 71.0.3578.99 or Firefox Beta 65.0b13 on Android 9 december update.
I looked in the javascript console and there are no errors there.
I Googled to see if there were any reports on echart not showing in Chrome but i didnât find anything relevant.
My first guess is that itâs css related but itâs hard to debug because the html is generated runtime.
Does it work for you in Chrome?
Is it possible to add auto adjustment for yAxis? Now it shows axis from 0. It would be great if we could turn on/off variabled bottom limit.
I donât really have time for this card, it has not get much attention. Iâll see if I can make some time for it in the coming weeks.
Iâm have the same issue as 2 others further up in the forum. It gathers data, shows movable graph at the bottom but doesnât populate a graph on the main graph. Any suggestions?
Same issue here. Main graph not populated, but zooming graph shows the basic data outline.
Pitty, wouldâve loved to use this card.
I did come across this link that seems to solve a similar issue: https://stackoverflow.com/questions/43920375/echarts-linechart-not-loaded. Maybe it can persuade @Bram_Kragten to have a quick look
It works nicely in Firefox, but then it does not show any data in iPhone app, just an empty graph.
hi, @Bram_Kragten
iâve fix blank graph in Chrome
In formatData()
function
use d.getTime()
instead off [d.getFullYear(), d.getMonth() + 1, d.getDate()].join('/') + 'T' + d.toLocaleTimeString()
data.push({
name: state.last_changed,
value: [
d.getTime(),
state.state
]
});
works fine for me.
Is this still being supported? Did it move?
Yeah, curious about this too. Looks great! But still active?
This is not maintained anymore.
Any alternative to this?