jondot / graphene

Graphene is a realtime dashboard & graphing toolkit based on D3 and Backbone.
http://jondot.github.com/graphene
2.87k stars 232 forks source link

one graph for multiple nodes #71

Open krisdigitx opened 10 years ago

krisdigitx commented 10 years ago

hi,

i have about 15 nodes on one graph on a 5min interval updating every second, because of this the graph is completely filled and is not visually clear.

is it possible to use "dots" instead of "lines" on the graph.

Do you have any other recommendations?

-kshk

jondot commented 10 years ago

Hi, I'm not sure you can use dots. However, since Graphene uses CSS based styling, in addition to D3 under the hood. If it can be done using CSS, it would be possible, however I doubt it is. You do have bar graphs if that helps.

krisdigitx commented 10 years ago

I have 12 graph lines from 12 nodes on one graph so it looks messy....any suggestions?