allocationText fix
This commit is contained in:
@@ -122,7 +122,7 @@ class TrancheShapes {
|
|||||||
// console.log('hline', price)
|
// console.log('hline', price)
|
||||||
const model = {
|
const model = {
|
||||||
price, breakout, color, extraText, textLocation,
|
price, breakout, color, extraText, textLocation,
|
||||||
allocation, maxAllocation, amount, amountSymbol,
|
allocation, maxAllocation, amount, amountSymbol, buy,
|
||||||
}
|
}
|
||||||
const s = new HLine(model, null, null, null, true)
|
const s = new HLine(model, null, null, null, true)
|
||||||
this.shapes.push(s)
|
this.shapes.push(s)
|
||||||
@@ -146,7 +146,7 @@ class TrancheShapes {
|
|||||||
extendLeft: t.startTime === DISTANT_PAST,
|
extendLeft: t.startTime === DISTANT_PAST,
|
||||||
extendRight: t.endTime === DISTANT_FUTURE,
|
extendRight: t.endTime === DISTANT_FUTURE,
|
||||||
breakout, color, extraText, textLocation,
|
breakout, color, extraText, textLocation,
|
||||||
allocation, maxAllocation, amount, amountSymbol,
|
allocation, maxAllocation, amount, amountSymbol, buy,
|
||||||
}
|
}
|
||||||
const s = new DLine(model, null, null, null, true)
|
const s = new DLine(model, null, null, null, true)
|
||||||
this.shapes.push(s)
|
this.shapes.push(s)
|
||||||
|
|||||||
Reference in New Issue
Block a user