Not the whole object; only correct prop
parent
c081079073
commit
a34ef0c536
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue