Hello! In this article, I’ll show you how to plot data using simple HTML and JavaScript, then how to implement this pattern in C# to plot your ESAPI data. Why are we using the browser? Unfortunately 😓 there is nothing close to this in C#: var x = new List<double>{1,2,3,4,5};
var y = new List<double>{2,4,6,8,10};
PlotLib.Plot(x,y); …