wizstats icon indicating copy to clipboard operation
wizstats copied to clipboard

Overlay the pool hash rate on user hash rate graph

Open jnorthrup opened this issue 10 years ago • 4 comments

just so we can figure out if a blip on our graph is upstream or local.

jnorthrup avatar Oct 10 '13 20:10 jnorthrup

That would be problematic, since the library used, dygraph, doesn't support multiple Y-axis scales, so, the pool hashrate would make yours squish near the bottom of the graph.

wizkid057 avatar Oct 10 '13 20:10 wizkid057

foregoing the labels, its a simple normalization of 0...1 to look at two sparklines

On Thu, Oct 10, 2013 at 1:36 PM, wizkid057 [email protected] wrote:

That would be problematic, since the library used, dygraph, doesn't support multiple Y-axis scales, so, the pool hashrate would make yours squish near the bottom of the graph.

— Reply to this email directly or view it on GitHubhttps://github.com/wizkid057/wizstats/issues/35#issuecomment-26089273 .

Jim Northrup * (408) 837-2270 *

jnorthrup avatar Oct 11 '13 02:10 jnorthrup

I'll probably add a toggle to the graph to enable some type of overlay.

I still fear that without proper support for multiple y-axis scales in the graphing library this would get confusing, though. (Since if I normalize the data then mouseover of the graph would show useless values)

wizkid057 avatar Nov 18 '13 20:11 wizkid057

for the server graph, you can produce an alpha 100% background with no axis or grid lines. then just stick it above the user chart.

jnorthrup avatar Nov 18 '13 21:11 jnorthrup