SuperChart MIN and MAX shadow

I also have observed the SuperChart binary stream shadow issue described here and been following this thread for a while. I now can reproduce it and then fix it without modifying my device code on my ESP8266. Here is how:

  1. Starting with a SuperChart on project A with 4 binary streams each correctly occupying a seperate 25% of the graph area.

  2. Switch to project B on the Blynk mobile app and then switch back to project A. Now project A SuperChart has 1 binary stream w/ a shadow from 0-25%, 1 from 0-50%, 1 from 0-75%, and 1 from 0-100%.

image

  1. Then pick a datastream and change its style “style bar”. Run (press the play) and observer the shadow are now correct for the remaining 3 binary styles.

  1. Finally, re-edit and return the SuperChart widget datastream on project A back to “style binary”

Again, this break and fix did not require a code change. Sorry, my code is not shareable. I hope this helps. Since I recently registered, I’m limited to only 1 screen upload so this is the screen shot after step 3.

1 Like

@Gunner @Costas @Pavel

Hello,just wondering is this issue solved? Does the input from @boje help maybe?

Kind Regards

No need to group tag users who are already part of a topic… besides, two of the three are NOT developers anyhow… well, at least I for sure am not :wink:

Meanwhile… after 7 months of updates (you are updating the App, right?)… are you still seeing this issue?? If not, then yes it was solved… if so, then no it was not :smiley:

Hi, I am still not sure if got fixed, just went back for a new blynk project :smiley:

Kind Regards

Problem is still there. The two datastreams only contain 1 or 0 and come from NodeRed.

And what is your set up of these data streams?

Wow.
3+ years on and still no fix. My very first blynk project exposed me to this issue. It is still there!

Don’t the blynk developers act on these issues? I am not being flippant, just curious.

1 Like

Hi, the library we use for drawing these charts updates and these updates bring issues with some charts, as we have heavily customized it. I will look again into this issue.

Hi, may you provide some details about this issue on your device: your device’s model and android os versions. And also on which exactly chart set up it reproduces. I can’t reproduce this issue for binary and other charts I tried on Android 10/11 devices - I will later try to check older Android versions.

Hi. My phone is a Samsung Galaxy A40, Android version 10.

Here is the view on my phone. There is only 1 of 3 PIR sensors connected at the moment but the undesirable effect is still clear. The red trace shows up well because its not being drawn on top of any other fill. For some reason the blue trace is showing a value of 1 and the green trace shows a value of 0.


Here are some other screenshots.



I can send more screenshots if you want.
Hope this helps

1 Like

Do the other data streams have the same setup, but with different height’s top and bottom?

false = 0, flip = 0, true = 1 - is a correct set up for such case. If you have false = 0, flip = 1, true = 1 it will lead to a case of the green stream when it is always at false.

The issue with incorrect drawing should be fixed on 2.27.24

Thats great!

Many thanks