Tagged Questions
4
votes
1answer
135 views
How should a strip chart of data be displayed?
I have a strip chart which is constantly accepting data. I have been displaying it like this:
Under this design, data is added to the right edge, and old data "falls off" the left edge, but it can ...