I am thinking of using google api charts, in particular column charts and scatter charts. I want to know if these diagrams can be constantly updated with the data that it receives from the server through websocket.
I understand that this data will first be added to the data table, and then built on the chart. Therefore, if the data is updated in a table, this will update the chart in real time.
Another question: I will also have an instance when the columns cannot be determined immediately, but will be updated again with the received data; google charts may be displayed again.
thanks
source share