1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 16:30:17 +00:00

remove graph logging

This commit is contained in:
2019-12-27 20:27:10 +01:00
parent 4b0f8e86b4
commit 79046d7bd0
3 changed files with 4 additions and 4 deletions

View File

@ -214,7 +214,7 @@ function renderGraphSvg(dataArray, renderId) {
while (figure.hasChildNodes()) {
figure.removeChild(figure.lastChild);
}
console.log(dataArray);
//console.log(dataArray);
var svg = document.createElementNS("http://www.w3.org/2000/svg", "svg");
svg.setAttribute("viewBox", "0 0 640 440");
svg.setAttribute("preserveAspectRatio", "xMidYMid meet");