From d0ca095e5eefc3b30e7e6bd2a1c4fd6144c7cacf Mon Sep 17 00:00:00 2001 From: Martin Zwigl Date: Thu, 20 Mar 2025 00:17:48 +0100 Subject: [PATCH] Not the whole object; only correct prop --- apps/coin_info/app.js | 6 +++--- apps/coin_info/metadata.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index 13eac43fe..0d3816faa 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -45,7 +45,7 @@ function renderGraph(l) { x: l.x, y: l.y, width: l.w, height: l.h, miny: bounds.min, maxy: bounds.max, - // gridy: gridYValue + gridy: gridYValue }); } @@ -99,8 +99,8 @@ function getChart(period) { // logFile.write("Chart data:" + JSON.stringify(tknChrtData)); currLoadMsg = ""; const oSpcOjb = ciLib.calculateOptimalYAxisSpacing(tknChrtData); - logFile.write("Y-Axis:" + JSON.stringify(oSpcOjb)); - // gridYValue = oSpcOjb.roundedInterval; + // logFile.write("Y-Axis:" + JSON.stringify(oSpcOjb)); + gridYValue = oSpcOjb.interval; // g.clearRect(layout.tknGraph.x, layout.tknGraph.y, layout.tknGraph.w, layout.tknGraph.h); layout.forgetLazyState(); // Force a full re-render diff --git a/apps/coin_info/metadata.json b/apps/coin_info/metadata.json index d6b99a5cf..801a86099 100644 --- a/apps/coin_info/metadata.json +++ b/apps/coin_info/metadata.json @@ -1,7 +1,7 @@ { "id": "coin_info", "name": "Crypto-Coins Info", "shortName":"Coins Info", - "version": "0.06.56", + "version": "0.06.57", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",