echarts-bot[bot] commented on issue #18076:
URL: https://github.com/apache/echarts/issues/18076#issuecomment-1356640120

   @Zouyiniubi It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] AppendData dynamically adds real-time data, only new data is 
displayed, and historical data disappears
   
   **BODY**
   
   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   [Plot.txt](https://github.com/apache/echarts/files/10253080/Plot.txt)
   This is a Vue component, I will call receive_data function to tempData and 
tempData1 if new data arrives in this component, call appendData every 4 
seconds to refresh the data, in order to refresh the data periodically, and 
empty tempData and tempData1 at the same time, the amount of data is about ten 
points per second
   
   ### Current Behavior
   
   At 0-200 seconds, the curve (because the scatter points continue to form a 
dense curve, it is called a curve) can be refreshed normally, and the scatter 
data is quantitatively increased every four seconds, and the swallowing point 
phenomenon begins to occur after about 300 seconds, only the new data will be 
plotted, and the previous data disappears. However, it is normal to debug the 
data in series.data in the browser, and the tooltip of the corresponding 
position data will also appear, that is, there is no curve graph; after about 
600 seconds, the chart refresh becomes normal again, and the data that 
disappeared before also appears, and the timing increase data is normal.
   
   ### Expected Behavior
   
   The scatter plot is increased regularly, and the timing is refreshed 
normally, without swallowing historical data
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to