I like to get recommendations on how to automatically update the line chart with new data every couple of seconds (e.g. for every 3 seconds).
Since I have 3 Y axes, the real-time line chart doesn't support 3 Y axes. Then I use the Line Chart, and use setInterval(..) to update the chart at a tim...