gas chart update
This commit is contained in:
@@ -205,6 +205,7 @@ function buildTranches() {
|
|||||||
fraction: ws[i] * MAX_FRACTION,
|
fraction: ws[i] * MAX_FRACTION,
|
||||||
startTime: ts[i],
|
startTime: ts[i],
|
||||||
endTime: ets[i],
|
endTime: ets[i],
|
||||||
|
slippage: builder.slippage,
|
||||||
})
|
})
|
||||||
tranches.push(t)
|
tranches.push(t)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ builderDefaults(props.builder, {
|
|||||||
lineA: null, // [{time, price}, {time, price}]
|
lineA: null, // [{time, price}, {time, price}]
|
||||||
lineB: null,
|
lineB: null,
|
||||||
extendLeft: false,
|
extendLeft: false,
|
||||||
extendRight: false,
|
extendRight: true,
|
||||||
rungs: 1,
|
rungs: 1,
|
||||||
skew: 0,
|
skew: 0,
|
||||||
color: defaultColor,
|
color: defaultColor,
|
||||||
|
|||||||
Reference in New Issue
Block a user