ESPUI
ESPUI copied to clipboard
clearGraph is doing nothing
Hi, i try to clear a graph by calling the clearGraph function in the callback function of a button, but nothing happens. The function behind is empty in the sourcecode. https://github.com/s00500/ESPUI/blob/482768863514b59b4b958c9a481b4523c1818368/src/ESPUI.cpp#L892 How can i clear a graph?
this functionality is not implemented, right now you would need to clear your browsers localstorage to clear a graph
ESPUI.clearGraph(graphId); ESPUI.updateControl(graphId);
clear for me
I think this was implemented with https://github.com/s00500/ESPUI/commit/f35d3a19d42fa16cc04e66a9dc5bd08b1ff265b5 and can be closed