보조지표 관련 수정
This commit is contained in:
@@ -586,8 +586,9 @@ function normalizeSignalLineIndicatorPlots(
|
||||
return order.indexOf(a.id) - order.indexOf(b.id);
|
||||
});
|
||||
const nextVis = { ...plotVisibility };
|
||||
nextVis.plot0 = true;
|
||||
nextVis.plot1 = true;
|
||||
for (const p of nextPlots) {
|
||||
if (nextVis[p.id] === undefined) nextVis[p.id] = true;
|
||||
}
|
||||
return { plots: nextPlots, plotVisibility: nextVis };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user