updateData(data) â
updateData
Update data.
Tip
This method will only match the timestamp of the current last data. If the timestamp is the same, it will be overwritten. If the timestamp is greater, it will be appended.
Reference â
typescript
(data: KLineData) => void
Parameters â
data
K-line data, data format refers to data.
Returns â
updateData
returns undefined
.