Deleting specific values that ruined my supergraph

Hi, i have a Blynk project that i am working on and it is frequently being updated. But a lot of data is already being captured which gives great graphs on the SuperChart. However during a last update while installing and using OTA, on the restart of the ESP32, a few values were registered incorrectly. Now i have the choice to delete ALL my data or continue with wrong registrations, messing up the entire SuperChart layout.

Is there a way to erase only partly the registered historical values (from…to…)? That would really help me a lot!

No.

Pete.

Thx for the quick answer Pete.

Too bad :slightly_frowning_face: No possibility to correct values (by uploading or so) whatsoever i assume…

So the key is to build in controls on my ESP32 sketch to avoid corrupt readings to be sent to Blynk…

That’s correct.

I guess that if you were running a local server and had Raw data enabled then you could manipulate the SQL database to amend the rouge values, if you were feeling brave.

Pete.