Fleeplyblancy
New Member
I've been looking at several libraries that can plot charts in real time as it is received from a server, in this instance web sockets.So as data is received it plots that onto a bar chart for example, point by point, this could be over a period of minutes, BUT in real time.What I've seen over the last few weeks is that all the available libraries are very poor at this and lacking in this functionality. They are OK to use for a fixed and predetermined data structure only. I don't want to be plotting a chart with a time series in the x axis either.It's a shame because this functionality would make for better user experince for users see data displayed and updated depending on their choices.I've looked at google charts, d3, smoothie, high charts. All these are lacking in my opinion, or there is no good explanation/ tutorials of this.If anyone can point out any other libraries/ tutorials I would be very grateful.Thanks