diff --git a/apps/coin_info/app.js b/apps/coin_info/app.js index f705cfee7..b3ec5d55f 100644 --- a/apps/coin_info/app.js +++ b/apps/coin_info/app.js @@ -98,7 +98,8 @@ function getChart(period) { tknChrtData = apiData.map(innerArray => innerArray[1]); // logFile.write("Chart data:" + JSON.stringify(tknChrtData)); currLoadMsg = ""; - gridYValue = ciLib.calculateOptimalYAxisSpacing(tknChrtData); + const oSpcOjb = ciLib.calculateOptimalYAxisSpacing(tknChrtData); + gridYValue = oSpcOjb.roundedInterval; // 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 fb573710a..efc9089cd 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.54", + "version": "0.06.55", "description": "Crypto-Coins Infos with the help of the Binance API", "icon": "app.png", "tags": "clkinfo",