I have made a GitHub issue for HA frontend. Maybe some of the devs have a solution or an idea what is happening behind the HA scenes, so this can be solved.
That card is part of a progress path experiment. So now and then I try different things. Some work and make it into SAK as a tool, others just donāt work very well and are abandoned.
The goal of this expermiment is to answer the question: āCan I make a generic progress tool based on a path in order to create completely different progress bars with the exact same piece of JavaScriptā.
The current state is still very alphaā¦
One of the things I want (and you see those examples) is having round AND square line caps on the same line: that is NOT possible using standard SVG settings & CSS, so the round line endings you see are extra objects that are drawn to look like round line endings!
You can see that round line endings donāt work on spirals for some reasonā¦
The specific viz I showed is based on the 6spiral plugin for Figma.
On the left the spiral converted to an helix, and on the right the original spiral.
The other path experiments are lines and circles. The circle has some overlap with the segmented arc and the horseshoe, but the implementation is completely different as it is generic.
hi guysā¦ Iām writing after several attempts and tests to verify the error. Iāll start by saying that even with a new installation with a new PC the same error occursā¦ both with virtual machine and with miniPC and raspberry.
yes, I confirm! the same thing applies to meā¦
I also use Storage modeā¦
I thought the problem was related to my configuration but seeing the checks carried out by you @AmoebeLabs & @ValMarDav I can confirm that if I have a catalytic converter like the sSAK examples you have no problems, even if the codes are complex (I have some too complex). While if the same card is inserted in different yaml configurations you get the same error, both in storage, yaml, with the ātrueā panel and even inside the ātype: picture-elementsā.
below I will show with a video what happens on my smartphone to get an idea ā¦ I hope the bug (if so) will be fixed because it would be a shame not to be able to use these beautiful cards
One thing is certain: with the version of SAK v1.0.0-rc.3 this problem does not occur, but when you update the version of HA this problem occurs
obvious! It works for me too under SAK configuration. both me and @ValMarDav triedā¦ try to create another dashboard in any mode and insert your cardā¦ refresh the page ( CTR + f5) and see what happensā¦ the problem arises when you do it outside the dashboard by SAKā¦
Indeed, in my case the problem occurs under the conditions you describe. What is strange is that for some people, like one of my friends, the problem occurs permanently.
For the ātype: sparklineā element, is it somehow possible to display the maximum and minimum values on the chart, as well as the date and time when there was a maximum and minimum? And how else can you manage transparency?