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",