1
I’m new to java development, but I’d like to know how I can use Chart.js graphics to generate a real-time scatter xy chart with sensor data. The goal is to plot at x the applied potential (V), and at y the current (A) read. I already do this in the invetor app, but I’d like to add Chart.js or another type of java library to make the data dynamic and responsive. Thank you for your attention!