This sample chart displays two Line2D Series and one Column2D Series with 3 seconds interval, 5 seconds interval and 10 seconds interval respectively (random data). During the initial loading, the RPC request is sent to receive initial data and then the RPC requests are sent repeatedly at a given interval. There is no initial data in the line charts. After the initial loading of the chart is finished, the chart displays data for 10 minutes. After 10 minutes, the chart clears the previous data and then displays the received data for 10 minutes at each given interval. In the column chart, the chart displays the cumulative sum of the data received for 10 minutes and sends RPC requests every 10 minutes and refreshes the data at the predefined time (everyday 23:59).
More