You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
What I was wondering is if that blue line in some areas can be shaded red or green depending on an extra field added to the data.
For example,
{
x: now,
y: bytes_transferred
color: algorithm_currently_being_used()
}
where algorithm_currently_being_used() returns some color to distinguish which algorithm is in use.
I've already tried creating groups for each algorithm and then styling the group with a color, but vis will treat each group as a separate line instead of one line that just changes color.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using the example from here: http://visjs.org/examples/graph2d/15_streaming_data.html
What I was wondering is if that blue line in some areas can be shaded red or green depending on an extra field added to the data.
For example,
{
x: now,
y: bytes_transferred
color: algorithm_currently_being_used()
}
where algorithm_currently_being_used() returns some color to distinguish which algorithm is in use.
I've already tried creating groups for each algorithm and then styling the group with a color, but vis will treat each group as a separate line instead of one line that just changes color.
The text was updated successfully, but these errors were encountered: