Not the whole object; only correct prop
parent
23390d70a8
commit
d0ca095e5e
|
|
@ -45,7 +45,7 @@ function renderGraph(l) {
|
||||||
x: l.x, y: l.y, width: l.w, height: l.h,
|
x: l.x, y: l.y, width: l.w, height: l.h,
|
||||||
miny: bounds.min,
|
miny: bounds.min,
|
||||||
maxy: bounds.max,
|
maxy: bounds.max,
|
||||||
// gridy: gridYValue
|
gridy: gridYValue
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -99,8 +99,8 @@ function getChart(period) {
|
||||||
// logFile.write("Chart data:" + JSON.stringify(tknChrtData));
|
// logFile.write("Chart data:" + JSON.stringify(tknChrtData));
|
||||||
currLoadMsg = "";
|
currLoadMsg = "";
|
||||||
const oSpcOjb = ciLib.calculateOptimalYAxisSpacing(tknChrtData);
|
const oSpcOjb = ciLib.calculateOptimalYAxisSpacing(tknChrtData);
|
||||||
logFile.write("Y-Axis:" + JSON.stringify(oSpcOjb));
|
// logFile.write("Y-Axis:" + JSON.stringify(oSpcOjb));
|
||||||
// gridYValue = oSpcOjb.roundedInterval;
|
gridYValue = oSpcOjb.interval;
|
||||||
//
|
//
|
||||||
g.clearRect(layout.tknGraph.x, layout.tknGraph.y, layout.tknGraph.w, layout.tknGraph.h);
|
g.clearRect(layout.tknGraph.x, layout.tknGraph.y, layout.tknGraph.w, layout.tknGraph.h);
|
||||||
layout.forgetLazyState(); // Force a full re-render
|
layout.forgetLazyState(); // Force a full re-render
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "coin_info",
|
{ "id": "coin_info",
|
||||||
"name": "Crypto-Coins Info",
|
"name": "Crypto-Coins Info",
|
||||||
"shortName":"Coins Info",
|
"shortName":"Coins Info",
|
||||||
"version": "0.06.56",
|
"version": "0.06.57",
|
||||||
"description": "Crypto-Coins Infos with the help of the Binance API",
|
"description": "Crypto-Coins Infos with the help of the Binance API",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "clkinfo",
|
"tags": "clkinfo",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue