-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
live feed visualisation #102
Comments
Actually, the axis are recalculated when a new datapoint enters the graph. however, I am not taking away an old value as in the example. so the scale of the x-axis will continue to grow instead of shift as in the example. |
But I agree that it is more effectful for live update to shift. |
exactly, I think it would be better if there was a shift - shifting adds to On Wed, Nov 27, 2013 at 2:42 PM, nikokon [email protected] wrote:
|
I am currently working/reworking the graphs for brushing (zoom/pan etc.) and will take this into consideration as well... the animation in the jsfiddle makes me a bit dizzy, would in that case try to go for something like this: http://bost.ocks.org/mike/path/ (not the first example...) |
certainly. Much better than morphing. /Costa On Wed, Nov 27, 2013 at 2:47 PM, nikokon [email protected] wrote:
|
seems that the information on the live feed is a little static on the axis side, so if I understand correctly the axis are not moving in order to keep track of new values but new values are sort of inserted into the graph as they come. I think it would be good for the purposes of realtime to use a more dynamic component such as http://jsfiddle.net/chrisJamesC/BjRLy/4/
The text was updated successfully, but these errors were encountered: