ryandotsmith / komrade-client

A client for the Komrade worker system.
4 stars 2 forks source link

Make Worker Throughput labels more legible. #4

Open zeke opened 11 years ago

zeke commented 11 years ago

The labels here are a bit small:

http://cl.ly/image/232U2n0a2S04

A quick pass in the web inspector yields something easier on the eyes:

http://cl.ly/image/3O0T3u1Y3p0O

ryandotsmith commented 11 years ago

@zeke I am thinking that this table should be deprecated in favor of a line chart. We could have 4 line charts for in, out, lost, and error respectively. The charts would feature time on the x axis one point per minute and the y axis would feature the corresponding value. Thoughts?

ryandotsmith commented 11 years ago

cc: @bobbyw

bobbywilson0 commented 11 years ago

@ryandotsmith Yeah I agree with the line charts too. I think the time series style you desribe will serve us well out of the gate.

zeke commented 11 years ago

Idea: Use d3 to make the time units nice and wide by default, and contain the timeline in a horizontally-scrollable element that hides overflow-x. Provide a widget for adjusting the time scale.