mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 01:01:56 +00:00
disable lastValueVisible
This commit is contained in:
parent
1987f8c55d
commit
278a9e90e7
|
@ -466,6 +466,7 @@ const TradingViewChart = (props: TradingViewChartProps) => {
|
||||||
const emaLine = chart.current.addLineSeries({
|
const emaLine = chart.current.addLineSeries({
|
||||||
color: emaColor,
|
color: emaColor,
|
||||||
lineWidth: 1,
|
lineWidth: 1,
|
||||||
|
lastValueVisible: false,
|
||||||
});
|
});
|
||||||
emaLine.setData(emaValues);
|
emaLine.setData(emaValues);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user