Skip to content
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

Open
konstantino opened this issue Nov 27, 2013 · 5 comments
Open

live feed visualisation #102

konstantino opened this issue Nov 27, 2013 · 5 comments
Assignees

Comments

@konstantino
Copy link
Contributor

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/

@nikokon
Copy link
Contributor

nikokon commented Nov 27, 2013

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.

@nikokon
Copy link
Contributor

nikokon commented Nov 27, 2013

But I agree that it is more effectful for live update to shift.

@konstantino
Copy link
Contributor Author

exactly, I think it would be better if there was a shift - shifting adds to
the realtime monitoring aspect and creates a better understanding that new
data are coming.

On Wed, Nov 27, 2013 at 2:42 PM, nikokon [email protected] wrote:

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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/102#issuecomment-29384793
.

@nikokon
Copy link
Contributor

nikokon commented Nov 27, 2013

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...)

@konstantino
Copy link
Contributor Author

certainly. Much better than morphing.

/Costa

On Wed, Nov 27, 2013 at 2:47 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...)


Reply to this email directly or view it on GitHubhttps://github.com//issues/102#issuecomment-29385103
.

@ghost ghost assigned nikokon Dec 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants